/src/distrib/utils/libhack/ |
getnet.c | 47 #define getnetbyaddr _getnetbyaddr macro 65 __weak_alias(getnetbyaddr,_getnetbyaddr) 70 getnetbyaddr(net, net_type)
|
/src/include/ |
netdb.h | 327 struct netent *getnetbyaddr(uint32_t, int);
|
/src/lib/libc/net/ |
getnetnamadr.c | 42 static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93"; 76 __weak_alias(getnetbyaddr,_getnetbyaddr) 389 getnetbyaddr(uint32_t net, int net_type) function in typeref:struct:netent * 403 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyaddr",
|
/src/sbin/route/ |
rtutil.c | 576 if ((np = getnetbyaddr(in, AF_INET)) != NULL)
|
/src/sbin/routed/rtquery/ |
rtquery.c | 710 np = getnetbyaddr((long)in.s_addr,
|
/src/usr.bin/systat/ |
netstat.c | 601 np = getnetbyaddr(net, AF_INET);
|
/src/usr.sbin/timed/timed/ |
timed.c | 253 nentp = getnetbyaddr(nt->net, AF_INET);
|
/src/usr.bin/getent/ |
getent.c | 410 ne = getnetbyaddr(net, AF_INET);
|
/src/lib/libc/include/ |
namespace.h | 392 #define getnetbyaddr _getnetbyaddr macro
|
/src/usr.bin/netstat/ |
inet.c | 1013 np = getnetbyaddr(net, AF_INET);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 7261 INTERCEPTOR(struct __sanitizer_netent *, getnetbyaddr, u32 net, int type) { 7263 COMMON_INTERCEPTOR_ENTER(ctx, getnetbyaddr, net, type); 7264 struct __sanitizer_netent *n = REAL(getnetbyaddr)(net, type); 7283 COMMON_INTERCEPT_FUNCTION(getnetbyaddr)
|