Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.1/include/arpa/
H A Dinet.h125 #define inet_network __inet_network macro
159 in_addr_t inet_network(const char *);
/freebsd-13.1/lib/libc/net/
H A Dgetnetbynis.c105 ne->n_net = inet_network(cp); in _getnetbynis()
H A Dgetnetbyht.c124 ne->n_net = inet_network(cp); in getnetent_p()
H A DMakefile.inc78 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 inet_ntoa_r.3\
H A Dgetnetbydns.c254 ne->n_net = inet_network(aux); in getnetanswer()
/freebsd-13.1/contrib/apr/include/
H A Dapr_network_io.h215 #define apr_inet_addr inet_network
/freebsd-13.1/usr.bin/getent/
H A Dgetent.c359 net = inet_network(argv[i]); in networks()
/freebsd-13.1/usr.sbin/mountd/
H A Dmountd.c3365 sin.sin_addr = inet_makeaddr(inet_network(cp), 0); in get_net()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2056 fun:inet_network=uninstrumented
/freebsd-13.1/contrib/apr/
H A Dconfigure22856 inet_network("127.0.0.1");