Searched refs:NI_MAXHOST (Results 1 - 25 of 41) sorted by relevance

12

/external/tcpdump/missing/
H A Daddrinfo.h98 #ifndef NI_MAXHOST
99 #define NI_MAXHOST 1025 macro
/external/dropbear/
H A Dfake-rfc2553.h113 #ifndef NI_MAXHOST
114 # define NI_MAXHOST 1025 macro
115 #endif /* !NI_MAXHOST */
H A Dtcp-accept.c51 char ipstring[NI_MAXHOST], portstring[NI_MAXSERV];
H A Ddbutil.c396 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV];
442 char hbuf[NI_MAXHOST];
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h116 #ifndef NI_MAXHOST
117 # define NI_MAXHOST 1025 macro
118 #endif /* !NI_MAXHOST */
/external/openssh/
H A Dcanohost.c54 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST];
251 char ntop[NI_MAXHOST];
307 char *host, myname[NI_MAXHOST];
H A Dssh.c242 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
1479 char *filename, *cp, thishost[NI_MAXHOST];
H A Dauth-options.c333 if (host == NULL || strlen(host) >= NI_MAXHOST) {
H A Dsshconnect.c344 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
634 char ntop[NI_MAXHOST];
/external/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c282 char abuf[NI_MAXHOST * 2 + 2];
381 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
400 char host[NI_MAXHOST];
H A Dpfkey_dump.c659 static char buf[NI_MAXHOST];
678 static char buf[NI_MAXHOST];
/external/tcpdump/
H A Dtcpdump-stdinc.h96 #define NI_MAXHOST 1025 macro
H A Daddrtoname.c109 static char hostbuf[NI_MAXHOST];
110 char hname[NI_MAXHOST];
/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];
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];
H A Dgssapi.c137 char name[NI_MAXHOST];
156 char name[NI_MAXHOST];
164 if (getnameinfo(sa, sysdep_sa_len(sa), name, NI_MAXHOST, NULL, 0, 0) != 0)
H A Dgrabmyaddr.c312 char h1[NI_MAXHOST], h2[NI_MAXHOST];
341 char addr1[NI_MAXHOST];
440 char addr1[NI_MAXHOST];
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/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
H A Dnetdb.h205 #define NI_MAXHOST 1025 macro
/external/iputils/
H A Dtracepath6.c210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST];
H A Dclockdiff.c29 #define MAX_HOSTNAMELEN NI_MAXHOST
H A Dtraceroute6.c277 #define MAX_HOSTNAMELEN NI_MAXHOST
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c717 char addr_str [NI_MAXHOST + 1];
721 if (inet_ntop (af, addr, addr_str, NI_MAXHOST) == NULL)
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Db_sock.c889 char h[NI_MAXHOST],s[NI_MAXSERV];
/external/iputils/ninfod/
H A Dninfod.c707 char saddrbuf[NI_MAXHOST];

Completed in 552 milliseconds

12