- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / libexec / bootpd / dovend.h
blobb30c982d8e2314f0b21ff3823d2672c900adaec8
1 /* dovend.h */
3 #ifdef __STDC__
4 #define P(args) args
5 #else
6 #define P(args) ()
7 #endif
9 extern int dovend_rfc1497 P((struct host *hp, u_char *buf, int len));
10 extern int insert_ip P((int, struct in_addr_list *, u_char **, int *));
11 extern void insert_u_long P((u_int32, u_char **));
13 #undef P