xref: /netbsd-src/usr.sbin/bootp/common/dovend.h (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1 /*	$NetBSD: dovend.h,v 1.3 2002/07/14 00:26:17 wiz Exp $	*/
2 
3 /* dovend.h */
4 
5 extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
6 extern int insert_ip(byte, struct in_addr_list *, byte **, int *);
7 extern void insert_u_long(u_int32, u_char **);
8