HomeSort by relevance Sort by last modified time
    Searched refs:NI_MAXHOST (Results 51 - 75 of 94) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
netdb.h 178 #define NI_MAXHOST 1025
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
netdb.h 178 #define NI_MAXHOST 1025
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
netdb.h 178 #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];
  /bionic/libc/include/
netdb.h 178 #define NI_MAXHOST 1025
  /cts/tests/tests/net/jni/
NativeDnsJni.c 113 char buf[NI_MAXHOST];
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 205 #define NI_MAXHOST 1025
  /external/dropbear/
dbutil.c 396 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV];
442 char hbuf[NI_MAXHOST];
  /external/iputils/
tracepath6.c 210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST];
clockdiff.c 29 #define MAX_HOSTNAMELEN NI_MAXHOST
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 659 static char buf[NI_MAXHOST];
678 static char buf[NI_MAXHOST];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 610 # define NI_MAXHOST 1025
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 610 # define NI_MAXHOST 1025
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 610 # define NI_MAXHOST 1025
  /external/openssh/
ssh.c 242 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
    [all...]
auth-options.c 333 if (host == NULL || strlen(host) >= NI_MAXHOST) {
sshconnect.c 344 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
634 char ntop[NI_MAXHOST];
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 367 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/tcpdump/
addrtoname.c 109 static char hostbuf[NI_MAXHOST];
110 char hname[NI_MAXHOST];
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_sock.c 889 char h[NI_MAXHOST],s[NI_MAXSERV];

Completed in 1156 milliseconds

1 23 4