summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-05-27 17:44:53 +0000
committerTed Lemon <source@isc.org>1999-05-27 17:44:53 +0000
commitaa6626f12bf48207385c8e8c5bf0e45d876ce47e (patch)
tree6282acaf04baab98bbc9db0cfbe9992b5b1ff13b /includes/dhcpd.h
parent129c564ceddaea33ece48f6f059301cdbfea72bf (diff)
downloadisc-dhcp-aa6626f12bf48207385c8e8c5bf0e45d876ce47e.tar.gz
Support token ring packets.
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index d61f8dc3..56c001c0 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -929,6 +929,20 @@ ssize_t decode_udp_ip_header PROTO ((struct interface_info *, unsigned char *,
int, struct sockaddr_in *,
unsigned char *, int));
+/* ethernet.c */
+void assemble_ethernet_header PROTO ((struct interface_info *, unsigned char *,
+ int *, struct hardware *));
+ssize_t decode_ethernet_header PROTO ((struct interface_info *,
+ unsigned char *,
+ int, struct hardware *));
+
+/* tr.c */
+void assemble_tr_header PROTO ((struct interface_info *, unsigned char *,
+ int *, struct hardware *));
+ssize_t decode_tr_header PROTO ((struct interface_info *,
+ unsigned char *,
+ int, struct hardware *));
+
/* dhxpxlt.c */
void convert_statement PROTO ((FILE *));
void convert_host_statement PROTO ((FILE *, jrefproto));