diff options
Diffstat (limited to 'libexec/bootpd/dovend.h')
-rw-r--r-- | libexec/bootpd/dovend.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/bootpd/dovend.h b/libexec/bootpd/dovend.h new file mode 100644 index 000000000000..4b9f7d6baa04 --- /dev/null +++ b/libexec/bootpd/dovend.h @@ -0,0 +1,5 @@ +/* dovend.h */ + +extern int dovend_rfc1497(struct host *hp, u_char *buf, int len); +extern int insert_ip(byte, struct in_addr_list *, byte **, int *); +extern void insert_u_long(u_int32, u_char **); |