freebsd-src/libexec/bootpd/lookup.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
227 B
C
Raw Normal View History

1994-09-30 05:45:07 +00:00
/* lookup.h */
#include "bptypes.h" /* for int32, u_int32 */
extern u_char *lookup_hwa(char *hostname, int htype);
extern int lookup_ipa(char *hostname, u_int32 *addr);
extern int lookup_netmask(u_int32 addr, u_int32 *mask);