/external/chromium/third_party/libevent/ |
config.h.in | 51 /* Define to 1 if you have the `inet_ntop' function. */
|
configure.in | 139 AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)
|
/external/chromium/third_party/libevent/linux/ |
config.h | 52 /* Define to 1 if you have the `inet_ntop' function. */
|
event-config.h | 59 /* Define to 1 if you have the `inet_ntop' function. */
|
/external/chromium/third_party/libevent/mac/ |
config.h | 52 /* Define to 1 if you have the `inet_ntop' function. */
|
event-config.h | 59 /* Define to 1 if you have the `inet_ntop' function. */
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_client_mac.mm | 219 inet_ntop(AF_INET, &sock->sin_addr, addr, INET_ADDRSTRLEN);
|
/external/chromium_org/third_party/libevent/android/ |
config.h | 52 /* Define to 1 if you have the `inet_ntop' function. */
|
event-config.h | 56 /* Define to 1 if you have the `inet_ntop' function. */
|
/external/chromium_org/third_party/libevent/ |
config.h.in | 51 /* Define to 1 if you have the `inet_ntop' function. */
|
configure.in | 139 AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)
|
/external/chromium_org/third_party/libevent/freebsd/ |
event-config.h | 59 /* Define to 1 if you have the `inet_ntop' function. */
|
/external/chromium_org/third_party/libevent/linux/ |
config.h | 52 /* Define to 1 if you have the `inet_ntop' function. */
|
event-config.h | 59 /* Define to 1 if you have the `inet_ntop' function. */
|
/external/chromium_org/third_party/libevent/mac/ |
config.h | 52 /* Define to 1 if you have the `inet_ntop' function. */
|
event-config.h | 59 /* Define to 1 if you have the `inet_ntop' function. */
|
/external/chromium_org/third_party/libevent/solaris/ |
config.h | 52 /* Define to 1 if you have the `inet_ntop' function. */
|
event-config.h | 59 /* Define to 1 if you have the `inet_ntop' function. */
|
/external/iptables/extensions/ |
libip6t_rt.c | 51 return inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
|
/external/dhcpcd/ |
ipv6rs.c | 299 sfrom = inet_ntop(AF_INET6, &from.sin6_addr, 439 opt = xstrdup(inet_ntop(AF_INET6, 468 cbp = inet_ntop(AF_INET6, &addr,
|
/external/dnsmasq/src/ |
cache.c | 1182 inet_ntop(AF_INET, &cache->addr.addr, addrbuff, ADDRSTRLEN); 1184 inet_ntop(AF_INET6, &cache->addr.addr, addrbuff, ADDRSTRLEN); 1248 inet_ntop(flags & F_IPV4 ? AF_INET : AF_INET6, [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 960 INTERCEPTOR(char *, inet_ntop, int af, const void *src, char *dst, u32 size) { [all...] |
/external/iputils/ |
tracepath.c | 172 inet_ntop(AF_INET, &sin->sin_addr, abuf, sizeof(abuf));
|
/external/netperf/ |
config.h | 60 /* Define to 1 if you have the `inet_ntop' function. */
|
/system/netd/ |
MDnsSdListener.cpp | 315 inet_ntop(sa->sa_family, &(((struct sockaddr_in *)sa)->sin_addr), addr, sizeof(addr)); 317 inet_ntop(sa->sa_family, &(((struct sockaddr_in6 *)sa)->sin6_addr), addr, sizeof(addr));
|