Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dhostname.c38 np = getnetbyaddr(ipa.s_addr, AF_INET); in hostname()
/freebsd/lib/libc/net/
H A DSymbol.map37 getnetbyaddr;
H A DMakefile.inc82 getnetent.3 getnetbyaddr.3 \
H A Dgetnetnamadr.c416 getnetbyaddr(uint32_t addr, int af) in getnetbyaddr() function
/freebsd/include/
H A Dnetdb.h237 struct netent *getnetbyaddr(uint32_t, int);
/freebsd/usr.bin/getent/
H A Dgetent.c359 ne = getnetbyaddr(net, AF_INET); in networks()
/freebsd/usr.bin/netstat/
H A Droute.c591 np = getnetbyaddr(i >> NSHIFT(ntohl(mask)), AF_INET); in netname4()
/freebsd/sbin/routed/rtquery/
H A Drtquery.c673 np = getnetbyaddr((long)in.s_addr, in rip_input()
/freebsd/sbin/route/
H A Droute.c720 np = getnetbyaddr(i, AF_INET); in netname()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7787 INTERCEPTOR(struct __sanitizer_netent *, getnetbyaddr, u32 net, int type) {
7789 COMMON_INTERCEPTOR_ENTER(ctx, getnetbyaddr, net, type);
7790 struct __sanitizer_netent *n = REAL(getnetbyaddr)(net, type);
7808 COMMON_INTERCEPT_FUNCTION(getnetbyaddr)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1896 fun:getnetbyaddr=uninstrumented