Searched refs:getnetbyaddr (Results 1 – 11 of 11) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | hostname.c | 38 np = getnetbyaddr(ipa.s_addr, AF_INET); in hostname()
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 37 getnetbyaddr;
|
H A D | Makefile.inc | 82 getnetent.3 getnetbyaddr.3 \
|
H A D | getnetnamadr.c | 416 getnetbyaddr(uint32_t addr, int af) in getnetbyaddr() function
|
/freebsd/include/ |
H A D | netdb.h | 237 struct netent *getnetbyaddr(uint32_t, int);
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 359 ne = getnetbyaddr(net, AF_INET); in networks()
|
/freebsd/usr.bin/netstat/ |
H A D | route.c | 591 np = getnetbyaddr(i >> NSHIFT(ntohl(mask)), AF_INET); in netname4()
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.c | 673 np = getnetbyaddr((long)in.s_addr, in rip_input()
|
/freebsd/sbin/route/ |
H A D | route.c | 720 np = getnetbyaddr(i, AF_INET); in netname()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7787 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 D | libc_ubuntu1404_abilist.txt | 1896 fun:getnetbyaddr=uninstrumented
|