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