| /src/distrib/utils/libhack/ |
| getnet.c | 47 #define getnetbyaddr _getnetbyaddr macro 65 __weak_alias(getnetbyaddr,_getnetbyaddr) 70 getnetbyaddr(net, net_type)
|
| /src/external/bsd/ipf/dist/lib/ |
| hostname.c | 39 np = getnetbyaddr(ipa.s_addr, AF_INET);
|
| /src/include/ |
| netdb.h | 327 struct netent *getnetbyaddr(uint32_t, int);
|
| /src/external/bsd/am-utils/dist/libamu/ |
| wire.c | 192 np = getnetbyaddr(subnet, AF_INET); 194 * Some systems (IRIX 6.4) cannot getnetbyaddr on networks such as 196 * the network, "128.59.16". So if the first getnetbyaddr failed, we 203 np = getnetbyaddr(short_subnet, AF_INET); 205 plog(XLOG_WARNING, "getnetbyaddr failed on 0x%x, succeeded on 0x%x",
|
| /src/external/bsd/libbind/dist/irs/ |
| getnetent_r.c | 68 struct netent *ne = getnetbyaddr(addr, type);
|
| getnetent.c | 89 getnetbyaddr(unsigned long net, int type) { function
|
| /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 403 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyaddr",
|
| /src/external/bsd/libbind/dist/include/ |
| netdb.h | 393 struct netent *getnetbyaddr __P((unsigned long, int));
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| netdb.d | 133 netent* getnetbyaddr(uint32_t, int); 1053 netent* getnetbyaddr(uint32_t, int);
|
| /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/getent/ |
| getent.c | 410 ne = getnetbyaddr(net, AF_INET);
|
| /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/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)
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 7773 INTERCEPTOR(struct __sanitizer_netent *, getnetbyaddr, u32 net, int type) { 7775 COMMON_INTERCEPTOR_ENTER(ctx, getnetbyaddr, net, type); 7776 struct __sanitizer_netent *n = REAL(getnetbyaddr)(net, type); 7794 COMMON_INTERCEPT_FUNCTION(getnetbyaddr)
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 7773 INTERCEPTOR(struct __sanitizer_netent *, getnetbyaddr, u32 net, int type) { 7775 COMMON_INTERCEPTOR_ENTER(ctx, getnetbyaddr, net, type); 7776 struct __sanitizer_netent *n = REAL(getnetbyaddr)(net, type); 7795 COMMON_INTERCEPT_FUNCTION(getnetbyaddr)
|