Home
last modified time | relevance | path

Searched refs:inet_network (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/lib/libc/inet/
H A Dinet_network.c53 inet_network(const char *cp) in inet_network() function
109 #undef inet_network
110 __weak_reference(__inet_network, inet_network);
H A DSymbol.map25 inet_network;
H A DMakefile.inc8 inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
/freebsd-12.1/contrib/netbsd-tests/lib/libc/inet/
H A Dt_inet_network.c42 ATF_REQUIRE_EQ_MSG(inet_network(input), (in_addr_t) expected, \
44 inet_network(input), #expected)
/freebsd-12.1/include/arpa/
H A Dinet.h125 #define inet_network __inet_network macro
159 in_addr_t inet_network(const char *);
/freebsd-12.1/lib/libc/net/
H A Dgetnetbynis.c105 ne->n_net = inet_network(cp); in _getnetbynis()
H A DMakefile.inc78 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 inet_ntoa_r.3\
H A Dgetnetbyht.c124 ne->n_net = inet_network(cp); in getnetent_p()
H A Dgetnetbydns.c254 ne->n_net = inet_network(aux); in getnetanswer()
/freebsd-12.1/contrib/apr/include/
H A Dapr_network_io.h189 #define apr_inet_addr inet_network
/freebsd-12.1/usr.bin/getent/
H A Dgetent.c359 net = inet_network(argv[i]); in networks()
/freebsd-12.1/usr.sbin/timed/timed/
H A Dtimed.c248 nt->net = inet_network(nt->name); in main()
/freebsd-12.1/sbin/route/
H A Droute.c1318 if ((val = inet_network(str)) != INADDR_NONE) { in getaddr()
1338 ((val = inet_network(str)) != INADDR_NONE || in getaddr()
/freebsd-12.1/contrib/gcc/
H A Dsys-protos.h551 extern long unsigned int inet_network(/* ??? */);
/freebsd-12.1/usr.sbin/mountd/
H A Dmountd.c3234 sin.sin_addr = inet_makeaddr(inet_network(cp), 0); in get_net()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2056 fun:inet_network=uninstrumented
/freebsd-12.1/contrib/apr/
H A Dconfigure22199 inet_network("127.0.0.1");