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

/freebsd-11-stable/lib/libc/inet/
H A Dinet_netof.c31 static const char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93";
49 inet_netof(struct in_addr in) function
65 #undef inet_netof macro
66 __weak_reference(__inet_netof, inet_netof);
H A DMakefile.inc8 inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
/freebsd-11-stable/include/arpa/
H A Dinet.h122 #define inet_netof __inet_netof macro
156 in_addr_t inet_netof(struct in_addr);
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc76 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c600 int net = inet_netof(in);
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c1499 int net = inet_netof(*inp);

Completed in 83 milliseconds