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

12

/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/python/cpython2/Modules/
H A Daddrinfo.h108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025 macro
111 #endif /* !NI_MAXHOST */
/external/python/cpython3/Modules/
H A Daddrinfo.h108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025 macro
111 #endif /* !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 Dnetdissect-stdinc.h335 #ifndef NI_MAXHOST
336 #define NI_MAXHOST 1025 macro
H A Daddrtoname.c106 static char hostbuf[NI_MAXHOST];
107 char hname[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/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];
H A Darp.c188 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,};
H A Dtcpsvd.c76 char hbuf[NI_MAXHOST] = {0,};
/external/iputils/
H A Dtracepath6.c210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST];
H A Dclockdiff.c29 #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)

Completed in 437 milliseconds

12