Home
last modified time | relevance | path

Searched refs:NI_MAXSERV (Results 1 – 25 of 35) sorted by relevance

12

/external/openssh/openbsd-compat/
Dfake-rfc2553.h114 #ifndef NI_MAXSERV
115 # define NI_MAXSERV 32 macro
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolve_endpoint_op.hpp66 char service_name[NI_MAXSERV]; in do_complete()
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV, in do_complete()
Dresolver_service.hpp90 char service_name[NI_MAXSERV]; in resolve()
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV, in resolve()
/external/python/cpython3/Modules/
Daddrinfo.h110 #define NI_MAXSERV 32 macro
Dsocketmodule.c535 #if !defined(NI_MAXSERV)
536 #define NI_MAXSERV 32 macro
6633 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
8356 #ifdef NI_MAXSERV
8357 PyModule_AddIntMacro(m, NI_MAXSERV);
/external/python/cpython2/Modules/
Daddrinfo.h110 #define NI_MAXSERV 32 macro
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/ipsec-tools/src/racoon/
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]; in naddrwop2str_fromto()
976 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
Dlocalconf.c165 char addr[NI_MAXHOST], port[NI_MAXSERV];
Dremoteconf.c104 char buf[NI_MAXHOST + NI_MAXSERV + 10];
105 char addr[NI_MAXHOST], port[NI_MAXSERV];
/external/openssh/
Dcanohost.c160 char strport[NI_MAXSERV]; in get_sock_port()
Dssh.c177 static char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
271 char strport[NI_MAXSERV]; in resolve_host()
318 char strport[NI_MAXSERV]; in is_addr()
349 char addr[NI_MAXHOST], strport[NI_MAXSERV]; in resolve_addr()
Dsshconnect.c91 char *tmp, *ret, strport[NI_MAXSERV]; in expand_proxy_command()
465 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect_direct()
Dssh-keyscan.c352 char strport[NI_MAXSERV]; in tcpconnect()
Dchannels.c3387 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
4190 char strport[MAXIMUM(NI_MAXSERV, sizeof(sunaddr->sun_path))];
4267 char strport[NI_MAXSERV];
4593 char strport[NI_MAXSERV];
4748 char strport[NI_MAXSERV];
/external/wpa_supplicant_8/src/common/
Dctrl_iface_common.c86 char service[NI_MAXSERV] = { 0 }; in sockaddr_print()
/external/curl/lib/
Dsetup-os400.h30 #define NI_MAXSERV 32 macro
/external/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c401 char serv[NI_MAXSERV];
Dpfkey_dump.c488 char pbuf[NI_MAXSERV];
/external/toybox/toys/pending/
Darp.c183 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,}; in ip_to_host()
Dtcpsvd.c77 char sbuf[NI_MAXSERV] = {0,}; in sock_to_address()
/external/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c71 char service[NI_MAXSERV + 1]; in gaiv4()
529 char service[NI_MAXSERV + 1]; in gaiv6()
/external/iputils/
Dtracepath6.c385 char pbuf[NI_MAXSERV]; in main()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs534 pub const NI_MAXSERV: ::c_int = 32; constant
/external/libevent/
Dhttp.c116 #define NI_MAXSERV 32 macro
4360 char strport[NI_MAXSERV]; in name_from_addr()
4435 char strport[NI_MAXSERV]; in make_addrinfo()

12