| /src/external/gpl3/gdb/dist/gnulib/import/ |
| arpa_inet.in.h | 36 /* On NonStop Kernel, inet_ntop and inet_pton are declared in <netdb.h>. 52 /* Get all possible declarations of inet_ntop() and inet_pton(). */ 80 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html>. */ 83 # undef inet_ntop macro 84 # define inet_ntop rpl_inet_ntop macro 86 _GL_FUNCDECL_RPL (inet_ntop, const char *, 90 _GL_CXXALIAS_RPL (inet_ntop, const char *, 95 _GL_FUNCDECL_SYS (inet_ntop, const char *, 102 _GL_CXXALIAS_SYS_CAST (inet_ntop, const char *, 107 _GL_CXXALIASWARN (inet_ntop); variable [all...] |
| inet_ntop.c | 0 /* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form 52 # undef inet_ntop macro 58 return inet_ntop (af, src, dst, cnt); 83 * inet_ntop(af, src, dst, size) 91 inet_ntop (int af, const void *restrict src, function
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| arpa_inet.in.h | 36 /* On NonStop Kernel, inet_ntop and inet_pton are declared in <netdb.h>. 52 /* Get all possible declarations of inet_ntop() and inet_pton(). */ 80 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html>. */ 83 # undef inet_ntop macro 84 # define inet_ntop rpl_inet_ntop macro 86 _GL_FUNCDECL_RPL (inet_ntop, const char *, 90 _GL_CXXALIAS_RPL (inet_ntop, const char *, 95 _GL_FUNCDECL_SYS (inet_ntop, const char *, 102 _GL_CXXALIAS_SYS_CAST (inet_ntop, const char *, 107 _GL_CXXALIASWARN (inet_ntop); variable [all...] |
| inet_ntop.c | 0 /* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form 52 # undef inet_ntop macro 58 return inet_ntop (af, src, dst, cnt); 83 * inet_ntop(af, src, dst, size) 91 inet_ntop (int af, const void *restrict src, function
|
| /src/lib/libc/inet/ |
| inet_ntop.c | 1 /* $NetBSD: inet_ntop.c,v 1.12 2018/03/02 06:31:53 lukem Exp $ */ 23 static const char rcsid[] = "Id: inet_ntop.c,v 1.5 2005/11/03 22:59:52 marka Exp"; 25 __RCSID("$NetBSD: inet_ntop.c,v 1.12 2018/03/02 06:31:53 lukem Exp $"); 49 __weak_alias(inet_ntop,_inet_ntop) 61 * inet_ntop(af, src, dst, size) 69 inet_ntop(int af, const void *src, char *dst, socklen_t size) function
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| inet_ntop.c | 1 /* $NetBSD: inet_ntop.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 140 inet_ntop(int af, const void *src, char *dst, size_t size) function
|
| /src/external/bsd/libbind/dist/inet/ |
| inet_ntop.c | 1 /* $NetBSD: inet_ntop.c,v 1.1.1.2 2012/09/09 16:07:50 christos Exp $ */ 21 static const char rcsid[] = "Id: inet_ntop.c,v 1.5 2005/11/03 22:59:52 marka Exp "; 55 * inet_ntop(af, src, dst, size) 63 inet_ntop(af, src, dst, size) function
|
| /src/external/bsd/nsd/dist/compat/ |
| inet_ntop.c | 1 /* From openssh 4.3p2 compat/inet_ntop.c */ 18 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */ 49 * inet_ntop(af, src, dst, size) 57 inet_ntop(int af, const void *src, char *dst, size_t size) function
|
| /src/external/bsd/unbound/dist/compat/ |
| inet_ntop.c | 1 /* From openssh 4.3p2 compat/inet_ntop.c */ 18 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */ 53 * inet_ntop(af, src, dst, size) 61 inet_ntop(int af, const void *src, char *dst, size_t size) function
|
| /src/external/bsd/libbind/dist/include/arpa/ |
| inet.h | 89 #define inet_ntop __inet_ntop macro 107 const char *inet_ntop __P((int, const void *, char *, size_t));
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sys_compat.c | 44 /* char *inet_ntop(af, src, dst, size) 323 /* inet_ntop - convert binary address to printable address */ 325 const char *inet_ntop(int af, const void *src, char *dst, SOCKADDR_SIZE size) function
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/ |
| net.h | 48 * It declares inet_aton(), inet_ntop(), and inet_pton(). 349 #define inet_ntop isc_net_ntop macro
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/ |
| net.h | 57 * It declares inet_aton(), inet_ntop(), and inet_pton(). 361 #define inet_ntop isc_net_ntop macro
|
| /src/sys/dev/usb/ |
| if_umb.c | 209 inet_ntop(int af, const void *src, char *dst, socklen_t size); 2671 inet_ntop(AF_INET, &satosin(sa)->sin_addr, s, sizeof(astr[0])); 2674 inet_ntop(AF_INET6, &satosin6(sa)->sin6_addr, s, 2724 * inet_ntop(af, src, dst, size) 2732 inet_ntop(int af, const void *src, char *dst, socklen_t size) function
|
| /src/external/bsd/unbound/include/ |
| config.h | 121 /* Define to 1 if you have the declaration of 'inet_ntop', and to 0 if you 353 /* Define to 1 if you have the 'inet_ntop' function. */ 1432 #define inet_ntop inet_ntop_unbound macro 1433 const char *inet_ntop(int af, const void *src, char *dst, size_t size); 1534 const char *inet_ntop(int af, const void *src, char *dst, size_t size);
|
| /src/lib/libc/include/ |
| namespace.h | 502 #define inet_ntop _inet_ntop macro
|