]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/bootpd/dovend.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / bootpd / dovend.h
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 **);