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