| /src/lib/libc/inet/ |
| Makefile.inc | 8 inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \
|
| inet_net_ntop.c | 21 static const char rcsid[] = "Id: inet_net_ntop.c,v 1.1.2.1 2002/08/02 02:17:21 marka Exp "; 23 __RCSID("$NetBSD: inet_net_ntop.c,v 1.5 2026/04/08 14:12:06 christos Exp $"); 43 __weak_alias(inet_net_ntop,_inet_net_ntop) 53 * inet_net_ntop(af, src, bits, dst, size) 62 inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size) function
|
| /src/external/bsd/libbind/dist/include/arpa/ |
| inet.h | 83 #define inet_net_ntop __inet_net_ntop macro 101 char *inet_net_ntop __P((int, const void *, int, char *, size_t));
|
| /src/include/arpa/ |
| inet.h | 97 char *inet_net_ntop(int, const void *, int, char *, size_t);
|
| /src/external/bsd/libbind/dist/inet/ |
| inet_net_ntop.c | 1 /* $NetBSD: inet_net_ntop.c,v 1.1.1.2 2012/09/09 16:07:50 christos Exp $ */ 21 static const char rcsid[] = "Id: inet_net_ntop.c,v 1.5 2006/06/20 02:50:14 marka Exp "; 51 * inet_net_ntop(af, src, bits, dst, size) 60 inet_net_ntop(af, src, bits, dst, size) function
|
| /src/external/bsd/libbind/dist/irs/ |
| irp_nw.c | 153 if (inet_net_ntop(type, net, length, paddr, sizeof paddr) == NULL) {
|
| nis_nw.c | 168 if (inet_net_ntop(AF_INET, net, length, tmp, sizeof tmp) == NULL) {
|
| irpmarshall.c | 1328 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length, 2010 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, 2014 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length,
|
| /src/lib/libc/include/ |
| namespace.h | 494 #define inet_net_ntop _inet_net_ntop macro
|