HomeSort by relevance Sort by last modified time
    Searched refs:NI_MAXSERV (Results 1 - 19 of 19) sorted by null

  /external/libpcap/Win32/Include/
addrinfo.h 124 #ifndef NI_MAXSERV
125 #define NI_MAXSERV 32
  /development/ndk/platforms/android-3/include/
netdb.h 179 #define NI_MAXSERV 32
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 194 #define NI_MAXSERV 32
  /bionic/libc/include/
netdb.h 179 #define NI_MAXSERV 32
  /development/ndk/platforms/android-L/include/
netdb.h 179 #define NI_MAXSERV 32
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 206 #define NI_MAXSERV 32
  /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];
939 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
961 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
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];
isakmp.c     [all...]
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 401 char serv[NI_MAXSERV];
pfkey_dump.c 488 char pbuf[NI_MAXSERV];
  /external/chromium_org/third_party/libevent/test/
regress_http.c 105 #ifndef NI_MAXSERV
106 #define NI_MAXSERV 1024
118 char strport[NI_MAXSERV];
  /external/iputils/
tracepath6.c 385 char pbuf[NI_MAXSERV];
  /bionic/libc/dns/resolv/
res_init.c 354 char sbuf[NI_MAXSERV];
res_send.c     [all...]
res_cache.c     [all...]
  /external/openssl/crypto/bio/
b_sock.c 889 char h[NI_MAXHOST],s[NI_MAXSERV];
  /external/chromium_org/third_party/libevent/
http.c 99 #define NI_MAXSERV 32
    [all...]

Completed in 6291 milliseconds