Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / bootp / common / lookup.h
blob02dcf63accfda0e330f07f04db870e7808b5ee27
1 /* $NetBSD: lookup.h,v 1.2 1998/01/09 08:09:13 perry Exp $ */
3 /* lookup.h */
5 #include "bptypes.h" /* for int32, u_int32 */
7 extern u_char *lookup_hwa(char *hostname, int htype);
8 extern int lookup_ipa(char *hostname, u_int32 *addr);
9 extern int lookup_netmask(u_int32 addr, u_int32 *mask);