Searched refs:inet_netof (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/lib/libc/inet/
H A Dinet_netof.c1 /* $NetBSD: inet_netof.c,v 1.11 2003/08/07 16:43:11 agc Exp $ */
35 static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: inet_netof.c,v 1.11 2003/08/07 16:43:11 agc Exp $");
47 __weak_alias(inet_netof,_inet_netof)
55 inet_netof(struct in_addr in)
H A DMakefile.inc8 inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \
/netbsd-current/external/bsd/libbind/dist/inet/
H A Dinet_netof.c37 static const char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93";
53 inet_netof(in) function
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dinet.h81 #define inet_netof __inet_netof macro
99 unsigned long inet_netof __P((struct in_addr));
/netbsd-current/include/arpa/
H A Dinet.h83 in_addr_t inet_netof(struct in_addr);
/netbsd-current/lib/libc/net/
H A DMakefile.inc74 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
/netbsd-current/usr.bin/systat/
H A Dnetstat.c597 int net = inet_netof(in);
/netbsd-current/lib/libc/include/
H A Dnamespace.h492 #define inet_netof _inet_netof macro
/netbsd-current/usr.bin/netstat/
H A Dinet.c1009 int net = inet_netof(*inp);

Completed in 133 milliseconds