Home
last modified time | relevance | path

Searched refs:getnetbyaddr (Results 1 – 10 of 10) sorted by relevance

/dragonfly/lib/libc/net/
H A DSymbol.map36 getnetbyaddr;
H A DMakefile.inc76 getnetent.3 getnetbyaddr.3 \
H A Dgetnetnamadr.c408 getnetbyaddr(uint32_t addr, int af) in getnetbyaddr() function
/dragonfly/include/
H A Dnetdb.h256 struct netent *getnetbyaddr(uint32_t, int);
/dragonfly/usr.bin/netstat/
H A Droute.c924 np = getnetbyaddr(i >> NSHIFT(mask), AF_INET); in netname()
926 np = getnetbyaddr(i >> NSHIFT(dmask), AF_INET); in netname()
H A Dinet.c970 np = getnetbyaddr(net, AF_INET); in inetname()
/dragonfly/usr.bin/systat/
H A Dnetstat.c430 np = getnetbyaddr(net, AF_INET); in inetname()
/dragonfly/usr.bin/getent/
H A Dgetent.c350 ne = getnetbyaddr(net, AF_INET); in networks()
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c658 np = getnetbyaddr((long)in.s_addr, in rip_input()
/dragonfly/sbin/route/
H A Droute.c481 np = getnetbyaddr(net, AF_INET); in netname()