/external/libpcap/Win32/Include/ |
addrinfo.h | 121 #ifndef NI_MAXHOST 122 #define NI_MAXHOST 1025
|
/external/ipsec-tools/src/libipsec/ |
ipsec_dump_policy.c | 282 char abuf[NI_MAXHOST * 2 + 2]; 381 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; 400 char host[NI_MAXHOST];
|
pfkey_dump.c | 659 static char buf[NI_MAXHOST]; 678 static char buf[NI_MAXHOST];
|
/development/ndk/platforms/android-3/include/ |
netdb.h | 178 #define NI_MAXHOST 1025
|
/development/ndk/sources/android/libportable/common/include/ |
netdb_portable.h | 193 #define NI_MAXHOST 1025
|
/external/ipsec-tools/src/racoon/ |
sockmisc.c | 885 static char buf[NI_MAXHOST + NI_MAXSERV + 10]; 886 char addr[NI_MAXHOST], port[NI_MAXSERV]; 905 static char buf[NI_MAXHOST + NI_MAXSERV + 10]; 906 char addr[NI_MAXHOST]; 920 static char buf[NI_MAXHOST + 10]; 939 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100]; 961 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
|
grabmyaddr.c | 312 char h1[NI_MAXHOST], h2[NI_MAXHOST]; 341 char addr1[NI_MAXHOST]; 440 char addr1[NI_MAXHOST];
|
gssapi.c | 137 char name[NI_MAXHOST]; 156 char name[NI_MAXHOST]; 164 if (getnameinfo(sa, sysdep_sa_len(sa), name, NI_MAXHOST, NULL, 0, 0) != 0)
|
localconf.c | 165 char addr[NI_MAXHOST], port[NI_MAXSERV];
|
remoteconf.c | 104 char buf[NI_MAXHOST + NI_MAXSERV + 10]; 105 char addr[NI_MAXHOST], port[NI_MAXSERV];
|
racoonctl.c | 192 static char _addr1_[NI_MAXHOST], _addr2_[NI_MAXHOST]; [all...] |
isakmp.c | [all...] |
/bionic/libc/include/ |
netdb.h | 178 #define NI_MAXHOST 1025
|
/cts/tests/tests/net/jni/ |
NativeDnsJni.c | 113 char buf[NI_MAXHOST];
|
/development/ndk/platforms/android-L/include/ |
netdb.h | 178 #define NI_MAXHOST 1025
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/ |
netdb.h | 205 #define NI_MAXHOST 1025
|
/external/iputils/ |
tracepath6.c | 210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST];
|
clockdiff.c | 29 #define MAX_HOSTNAMELEN NI_MAXHOST
|
traceroute6.c | 277 #define MAX_HOSTNAMELEN NI_MAXHOST
|
ping.c | 80 #define MAX_HOSTNAMELEN NI_MAXHOST [all...] |
/bionic/libc/dns/resolv/ |
res_send.c | 368 char abuf[NI_MAXHOST]; [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 717 char addr_str [NI_MAXHOST + 1]; 721 if (inet_ntop (af, addr, addr_str, NI_MAXHOST) == NULL) [all...] |
/external/iputils/ninfod/ |
ninfod.c | 707 char saddrbuf[NI_MAXHOST];
|
/external/openssl/crypto/bio/ |
b_sock.c | 889 char h[NI_MAXHOST],s[NI_MAXSERV];
|
/external/chromium_org/third_party/libevent/ |
http.c | 100 #define NI_MAXHOST 1025 [all...] |