- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / libexec / bootpd / lookup.h
blob04805d8915c65957e88c441aa5ed73ca0a23bd0b
1 /* lookup.h */
3 #include "bptypes.h" /* for int32, u_int32 */
5 #ifdef __STDC__
6 #define P(args) args
7 #else
8 #define P(args) ()
9 #endif
11 extern u_char *lookup_hwa P((char *hostname, int htype));
12 extern int lookup_ipa P((char *hostname, u_int32 *addr));
13 extern int lookup_netmask P((u_int32 addr, u_int32 *mask));
15 #undef P