]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/bootpd/lookup.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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);