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

  /external/tcpdump/missing/
addrinfo.h 101 #ifndef NI_MAXSERV
102 #define NI_MAXSERV 32
  /external/dropbear/
fake-rfc2553.h 110 #ifndef NI_MAXSERV
111 # define NI_MAXSERV 32
112 #endif /* !NI_MAXSERV */
tcp-accept.c 51 char ipstring[NI_MAXHOST], portstring[NI_MAXSERV];
102 char portstring[NI_MAXSERV];
cli-tcpfwd.c 169 char portstring[NI_MAXSERV];
svr-tcpfwd.c 234 char portstring[NI_MAXSERV];
dbutil.c 396 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV];
443 char sbuf[NI_MAXSERV];
  /bionic/libc/include/
netdb.h 182 #define NI_MAXSERV 32
  /ndk/build/platforms/android-3/arch-arm/usr/include/
netdb.h 182 #define NI_MAXSERV 32
  /ndk/build/platforms/android-4/arch-arm/usr/include/
netdb.h 182 #define NI_MAXSERV 32
  /ndk/build/platforms/android-5/arch-arm/usr/include/
netdb.h 182 #define NI_MAXSERV 32
  /ndk/build/platforms/android-5/arch-x86/usr/include/
netdb.h 182 #define NI_MAXSERV 32
  /ndk/build/platforms/android-8/arch-arm/usr/include/
netdb.h 182 #define NI_MAXSERV 32
  /ndk/build/platforms/android-8/arch-x86/usr/include/
netdb.h 182 #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];
  /bionic/libc/netbsd/resolv/
res_init.c 328 char sbuf[NI_MAXSERV];
455 char sbuf[NI_MAXSERV];
res_send.c 1089 char sbuf[NI_MAXSERV];
  /external/qemu/
vnc.c 54 char serv[NI_MAXSERV];
    [all...]

Completed in 616 milliseconds