Searched refs:NI_MAXSERV (Results 1 - 25 of 30) sorted by relevance

12

/external/tcpdump/missing/
H A Daddrinfo.h101 #ifndef NI_MAXSERV
102 #define NI_MAXSERV 32 macro
/external/dropbear/
H A Dfake-rfc2553.h110 #ifndef NI_MAXSERV
111 # define NI_MAXSERV 32 macro
112 #endif /* !NI_MAXSERV */
H A Dtcp-accept.c51 char ipstring[NI_MAXHOST], portstring[NI_MAXSERV];
102 char portstring[NI_MAXSERV];
H A Dcli-tcpfwd.c169 char portstring[NI_MAXSERV];
H A Dsvr-tcpfwd.c234 char portstring[NI_MAXSERV];
H A Ddbutil.c396 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV];
443 char sbuf[NI_MAXSERV];
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h113 #ifndef NI_MAXSERV
114 # define NI_MAXSERV 32 macro
115 #endif /* !NI_MAXSERV */
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
H A Dnetdb.h206 #define NI_MAXSERV 32 macro
/external/ipsec-tools/src/racoon/
H A Dsockmisc.c885 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];
H A Dlocalconf.c165 char addr[NI_MAXHOST], port[NI_MAXSERV];
H A Dremoteconf.c104 char buf[NI_MAXHOST + NI_MAXSERV + 10];
105 char addr[NI_MAXHOST], port[NI_MAXSERV];
/external/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c401 char serv[NI_MAXSERV];
H A Dpfkey_dump.c488 char pbuf[NI_MAXSERV];
/external/openssh/
H A Dcanohost.c374 char strport[NI_MAXSERV];
H A Dsshconnect.c90 char *shell, strport[NI_MAXSERV];
344 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
H A Dssh-keyscan.c292 char strport[NI_MAXSERV];
H A Dchannels.c2646 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
3081 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
3140 char strport[NI_MAXSERV];
3258 char strport[NI_MAXSERV];
3385 char strport[NI_MAXSERV];
H A Dservconf.c525 char strport[NI_MAXSERV];
1679 char addr[NI_MAXHOST], port[NI_MAXSERV], *s = NULL;
/external/chromium/third_party/libevent/test/
H A Dregress_http.c105 #ifndef NI_MAXSERV
106 #define NI_MAXSERV 1024 macro
118 char strport[NI_MAXSERV];
/external/chromium_org/third_party/libevent/test/
H A Dregress_http.c105 #ifndef NI_MAXSERV
106 #define NI_MAXSERV 1024 macro
118 char strport[NI_MAXSERV];
/external/iputils/
H A Dtracepath6.c385 char pbuf[NI_MAXSERV];
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Db_sock.c889 char h[NI_MAXHOST],s[NI_MAXSERV];
/external/openssl/crypto/bio/
H A Db_sock.c889 char h[NI_MAXHOST],s[NI_MAXSERV];
/external/chromium/third_party/libevent/
H A Dhttp.c99 #define NI_MAXSERV 32 macro
2653 char strport[NI_MAXSERV];
2732 char strport[NI_MAXSERV];
/external/chromium_org/third_party/libevent/
H A Dhttp.c99 #define NI_MAXSERV 32 macro
2653 char strport[NI_MAXSERV];
2732 char strport[NI_MAXSERV];

Completed in 2037 milliseconds

12