HomeSort by relevance Sort by last modified time
    Searched refs:NI_MAXHOST (Results 1 - 25 of 28) sorted by null

1 2

  /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 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];
  /bionic/libc/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];
print-icmp6.c 1158 char hbuf[NI_MAXHOST];
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
netdb.h 181 #define NI_MAXHOST 1025
  /ndk/build/platforms/android-4/arch-arm/usr/include/
netdb.h 181 #define NI_MAXHOST 1025
  /ndk/build/platforms/android-5/arch-arm/usr/include/
netdb.h 181 #define NI_MAXHOST 1025
  /ndk/build/platforms/android-5/arch-x86/usr/include/
netdb.h 181 #define NI_MAXHOST 1025
  /ndk/build/platforms/android-8/arch-arm/usr/include/
netdb.h 181 #define NI_MAXHOST 1025
  /ndk/build/platforms/android-8/arch-x86/usr/include/
netdb.h 181 #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...]
  /dalvik/libcore/luni/src/main/native/
java_net_InetAddress.cpp 213 char name[NI_MAXHOST];
  /bionic/libc/netbsd/resolv/
res_send.c 359 char abuf[NI_MAXHOST];
1088 char hbuf[NI_MAXHOST];

Completed in 493 milliseconds

1 2