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

12

/external/parameter-framework/asio/include/asio/detail/
H A Dresolve_endpoint_op.hpp66 char service_name[NI_MAXSERV];
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV,
H A Dresolver_service.hpp90 char service_name[NI_MAXSERV];
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV,
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dresolve_endpoint_op.hpp66 char service_name[NI_MAXSERV];
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV,
H A Dresolver_service.hpp90 char service_name[NI_MAXSERV];
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV,
/external/python/cpython2/Modules/
H A Daddrinfo.h110 #define NI_MAXSERV 32 macro
H A Dsocketmodule.c457 #if !defined(NI_MAXSERV)
458 #define NI_MAXSERV 32 macro
4286 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
5468 #ifdef NI_MAXSERV
5469 PyModule_AddIntConstant(m, "NI_MAXSERV", NI_MAXSERV);
/external/python/cpython3/Modules/
H A Daddrinfo.h110 #define NI_MAXSERV 32 macro
/external/curl/lib/
H A Dsetup-os400.h29 /* OS/400 netdb.h does not define NI_MAXSERV. */
30 #define NI_MAXSERV 32 macro
/external/wpa_supplicant_8/hostapd/src/common/
H A Dctrl_iface_common.c86 char service[NI_MAXSERV] = { 0 };
/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.c86 char service[NI_MAXSERV] = { 0 };
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dctrl_iface_common.c86 char service[NI_MAXSERV] = { 0 };
/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];
954 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
976 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/toybox/toys/pending/
H A Darp.c188 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,};
H A Dtcpsvd.c77 char sbuf[NI_MAXSERV] = {0,};
/external/iputils/
H A Dtracepath6.c385 char pbuf[NI_MAXSERV];
/external/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c71 char service[NI_MAXSERV + 1];
529 char service[NI_MAXSERV + 1];
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_spdy.c581 char service[NI_MAXSERV];
/external/libmicrohttpd/src/testspdy/
H A Dtest_notls.c471 char service[NI_MAXSERV];
H A Dtest_new_connection.c520 char service[NI_MAXSERV];
H A Dtest_request_response.c508 char service[NI_MAXSERV];
/external/libmicrohttpd/src/spdy2http/
H A Dproxy.c992 char service[NI_MAXSERV];

Completed in 972 milliseconds

12