Searched refs:NI_MAXHOST (Results 1 - 25 of 34) 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];
H A Dssh-keyscan.c615 char *tname, *cp, line[NI_MAXHOST];
H A Dreadconf.c1454 strlen(fwd->connect_host) >= NI_MAXHOST)
1457 strlen(fwd->listen_host) >= NI_MAXHOST)
H A Dchannels.c1090 if (len > NI_MAXHOST) {
1214 if (addrlen >= NI_MAXHOST) {
2646 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
2657 if (strlen(host) >= NI_MAXHOST) {
3081 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
/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];
H A Dracoonctl.c192 static char _addr1_[NI_MAXHOST], _addr2_[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/openssl/crypto/bio/
H A Db_sock.c888 char h[NI_MAXHOST],s[NI_MAXSERV];
/external/ping6/
H A Dping6.c2452 static char buf[NI_MAXHOST];
2612 char hbuf[NI_MAXHOST];

Completed in 484 milliseconds

12