/external/tcpdump/missing/ |
addrinfo.h | 98 #ifndef NI_MAXHOST 99 #define NI_MAXHOST 1025
|
/external/dropbear/ |
fake-rfc2553.h | 113 #ifndef NI_MAXHOST 114 # define NI_MAXHOST 1025 115 #endif /* !NI_MAXHOST */
|
tcp-accept.c | 51 char ipstring[NI_MAXHOST], portstring[NI_MAXSERV];
|
dbutil.c | 396 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; 442 char hbuf[NI_MAXHOST];
|
/external/ipsec-tools/src/libipsec/ |
ipsec_dump_policy.c | 287 char abuf[NI_MAXHOST * 2 + 2]; 386 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; 405 char host[NI_MAXHOST];
|
pfkey_dump.c | 659 static char buf[NI_MAXHOST]; 678 static char buf[NI_MAXHOST];
|
/bionic/libc/include/ |
netdb.h | 178 #define NI_MAXHOST 1025
|
/development/ndk/platforms/android-3/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/external/tcpdump/ |
tcpdump-stdinc.h | 96 #define NI_MAXHOST 1025
|
addrtoname.c | 109 static char hostbuf[NI_MAXHOST]; 110 char hname[NI_MAXHOST];
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
netdb.h | 181 #define NI_MAXHOST 1025
|
/external/ipsec-tools/src/racoon/ |
sockmisc.c | 774 static char buf[NI_MAXHOST + NI_MAXSERV + 10]; 775 char addr[NI_MAXHOST], port[NI_MAXSERV]; 794 static char buf[NI_MAXHOST + NI_MAXSERV + 10]; 795 char addr[NI_MAXHOST]; 809 static char buf[NI_MAXHOST + 10]; 828 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100]; 850 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
|
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 | 161 char addr[NI_MAXHOST], port[NI_MAXSERV];
|
racoonctl.c | 195 static char _addr1_[NI_MAXHOST], _addr2_[NI_MAXHOST];
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
netdb.h | 610 # define NI_MAXHOST 1025
|
/bionic/libc/netbsd/resolv/ |
res_send.c | 359 char abuf[NI_MAXHOST]; 1088 char hbuf[NI_MAXHOST];
|