Home | History | Annotate | Line # | Download | only in common
      1 /*	$NetBSD: lookup.h,v 1.3 2002/07/14 00:26:17 wiz Exp $	*/
      2 
      3 /* lookup.h */
      4 
      5 #include "bptypes.h"	/* for int32, u_int32 */
      6 
      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);
     10