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

12

/external/libpcap/Win32/Include/
H A Daddrinfo.h119 #ifndef NI_MAXHOST
120 #define NI_MAXHOST 1025 macro
/external/tcpdump/missing/
H A Daddrinfo.h93 #ifndef NI_MAXHOST
94 #define NI_MAXHOST 1025 macro
/external/netperf/src/missing/
H A Dgetaddrinfo.h134 #ifdef NI_MAXHOST
135 #undef NI_MAXHOST macro
194 #define NI_MAXHOST 1025 macro
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h119 #ifndef NI_MAXHOST
120 # define NI_MAXHOST 1025 macro
121 #endif /* !NI_MAXHOST */
/external/parameter-framework/asio/include/asio/detail/
H A Dresolve_endpoint_op.hpp65 char host_name[NI_MAXHOST];
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV,
H A Dresolver_service.hpp89 char host_name[NI_MAXHOST];
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV,
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dresolve_endpoint_op.hpp65 char host_name[NI_MAXHOST];
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV,
H A Dresolver_service.hpp89 char host_name[NI_MAXHOST];
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV,
/external/openssh/
H A Dcanohost.c53 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST];
245 char ntop[NI_MAXHOST];
311 char *host, myname[NI_MAXHOST];
H A Dgss-serv.c102 char lname[NI_MAXHOST];
H A Dssh.c289 char addr[NI_MAXHOST], strport[NI_MAXSERV];
382 char *cp, *fullhost, newname[NI_MAXHOST];
508 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
509 char cname[NI_MAXHOST];
1942 char *filename, *cp, thishost[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/ipsec-tools/src/racoon/
H A Dsockmisc.c900 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
901 char addr[NI_MAXHOST], port[NI_MAXSERV];
920 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
921 char addr[NI_MAXHOST];
935 static char buf[NI_MAXHOST + 10];
954 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
976 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.c316 char h1[NI_MAXHOST], h2[NI_MAXHOST];
345 char addr1[NI_MAXHOST];
449 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/curl/lib/
H A Dsetup-os400.h26 /* OS/400 netdb.h does not define NI_MAXHOST. */
27 #define NI_MAXHOST 1025 macro
/external/tcpdump/
H A Dtcpdump-stdinc.h174 #define NI_MAXHOST 1025 macro
/external/wpa_supplicant_8/hostapd/src/common/
H A Dctrl_iface_common.c85 char host[NI_MAXHOST] = { 0 };
/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.c85 char host[NI_MAXHOST] = { 0 };
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dctrl_iface_common.c85 char host[NI_MAXHOST] = { 0 };
/external/toybox/toys/pending/
H A Dtraceroute.c299 char host[NI_MAXHOST];
301 sizeof(struct sockaddr_in), host, NI_MAXHOST, NULL, 0, 0))
414 char host[NI_MAXHOST];
/external/iputils/
H A Dtracepath6.c210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST];

Completed in 1168 milliseconds

12