xref: /freebsd/libexec/bootpd/dovend.h (revision 7ff314380919d5b7c4b45e68fd093a51a998f845)
1 /* dovend.h */
2 /* $FreeBSD$ */
3 
4 extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
5 extern int insert_ip(byte, struct in_addr_list *, byte **, int *);
6 extern void insert_u_long(u_int32, u_char **);
7