Home
last modified time | relevance | path

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

/netbsd/src/tests/lib/libc/inet/
Dt_inet_network.c42 ATF_REQUIRE_EQ_MSG(inet_network(input), (in_addr_t) expected, \
44 inet_network(input), #expected)
/netbsd/src/external/bsd/libbind/dist/inet/
DMakefile.in23 inet_neta.@O@ inet_netof.@O@ inet_network.@O@ inet_ntoa.@O@ \
28 inet_neta.c inet_netof.c inet_network.c inet_ntoa.c \
Dinet_network.c55 inet_network(cp) in inet_network() function
/netbsd/src/external/bsd/libbind/dist/include/arpa/
Dinet.h82 #define inet_network __inet_network macro
100 unsigned long inet_network __P((const char *));
/netbsd/src/lib/libc/inet/
Dinet_network.c53 __weak_alias(inet_network,_inet_network) in __weak_alias() argument
62 inet_network(const char *cp) in __weak_alias()
DMakefile.inc9 inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c nsap_addr.c
/netbsd/src/include/arpa/
Dinet.h84 in_addr_t inet_network(const char *);
/netbsd/src/lib/libc/net/
Dgetnetent.c147 net.n_net = inet_network(cp); in getnetent()
DMakefile.inc75 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \
Dgetnetnamadr.c626 net_entry.n_net = inet_network(cp); in _ypnetent()
/netbsd/src/usr.sbin/mountd/
Dget_net.c147 sin.sin_addr = inet_makeaddr(inet_network(cp), 0); in get_net()
/netbsd/src/external/bsd/libbind/dist/irs/
Dgetnetent.c275 tmp = inet_network(name); in fakeaddr()
/netbsd/src/external/bsd/libbind/dist/
DMakefile.in41 inet/inet_netof.@O@ inet/inet_network.@O@ inet/inet_ntoa.@O@ \
/netbsd/src/usr.sbin/timed/timed/
Dtimed.c251 nt->net = inet_network(nt->name); in main()
/netbsd/src/usr.bin/getent/
Dgetent.c408 net = inet_network(argv[i]); in networks()
/netbsd/src/sbin/route/
Droute.c943 if ((val = inet_network(s)) != INADDR_NONE) { in getaddr()
960 if ((val = inet_network(s)) != INADDR_NONE || in getaddr()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-crtlmap.map486 inet_network
/netbsd/src/lib/libc/include/
Dnamespace.h498 #define inet_network _inet_network macro
/netbsd/src/distrib/sets/lists/comp/
Dmi8295 ./usr/share/man/cat3/inet_network.0 comp-c-catman .cat
16856 ./usr/share/man/html3/inet_network.html comp-c-htmlman html
25361 ./usr/share/man/man3/inet_network.3 comp-c-man .man
/netbsd/src/doc/
DCHANGES.prev7415 inet(3): align signatures of inet_addr(), inet_network(),