]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - libexec/bootpd/lookup.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / libexec / bootpd / lookup.h
1 /* lookup.h */
2 /* $FreeBSD$ */
3
4 #include "bptypes.h"    /* for int32, u_int32 */
5
6 extern u_char *lookup_hwa(char *hostname, int htype);
7 extern int lookup_ipa(char *hostname, u_int32 *addr);
8 extern int lookup_netmask(u_int32 addr, u_int32 *mask);