/external/netperf/src/missing/ |
D | getaddrinfo.h | 134 #ifdef NI_MAXHOST 135 #undef NI_MAXHOST 194 #define NI_MAXHOST 1025 macro
|
/external/openssh/ |
D | canohost.c | 53 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; in get_remote_hostname() 245 char ntop[NI_MAXHOST]; in get_socket_address() 311 char *host, myname[NI_MAXHOST]; in get_local_name()
|
D | ssh.c | 289 char addr[NI_MAXHOST], strport[NI_MAXSERV]; in resolve_addr() 382 char *cp, *fullhost, newname[NI_MAXHOST]; in resolve_canonicalize() 508 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main() 509 char cname[NI_MAXHOST]; in main() 1942 char *filename, *cp, thishost[NI_MAXHOST]; in load_public_identity_files()
|
D | gss-serv.c | 102 char lname[NI_MAXHOST]; in ssh_gssapi_acquire_cred()
|
/external/tcpdump/missing/ |
D | addrinfo.h | 93 #ifndef NI_MAXHOST 94 #define NI_MAXHOST 1025 macro
|
/external/tlsdate/src/ |
D | proxy-bio-plan9.c | 29 #ifndef NI_MAXHOST 30 #define NI_MAXHOST 1025 macro 80 unsigned char buf[NI_MAXHOST + 16]; in socks4a_connect() 136 unsigned char buf[NI_MAXHOST + 16]; in socks5_connect() 439 if (strlen(host) == NI_MAXHOST) in BIO_proxy_set_host()
|
D | proxy-polarssl.c | 39 unsigned char buf[NI_MAXHOST + 16]; in socks4a_connect() 97 unsigned char buf[NI_MAXHOST + 16]; in socks5_connect() 314 if (strnlen(host, NI_MAXHOST) == NI_MAXHOST) in proxy_polarssl_set_host()
|
D | proxy-bio.c | 77 unsigned char buf[NI_MAXHOST + 16]; in socks4a_connect() 127 unsigned char buf[NI_MAXHOST + 16]; in socks5_connect() 422 if (strnlen (host, NI_MAXHOST) == NI_MAXHOST) in BIO_proxy_set_host()
|
/external/libpcap/Win32/Include/ |
D | addrinfo.h | 119 #ifndef NI_MAXHOST 120 #define NI_MAXHOST 1025 macro
|
/external/ipsec-tools/src/libipsec/ |
D | ipsec_dump_policy.c | 282 char abuf[NI_MAXHOST * 2 + 2]; 381 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; 400 char host[NI_MAXHOST];
|
D | pfkey_dump.c | 659 static char buf[NI_MAXHOST]; 678 static char buf[NI_MAXHOST];
|
/external/openssh/openbsd-compat/ |
D | fake-rfc2553.h | 119 #ifndef NI_MAXHOST 120 # define NI_MAXHOST 1025 macro
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | resolve_endpoint_op.hpp | 65 char host_name[NI_MAXHOST]; in do_complete() 68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV, in do_complete()
|
D | resolver_service.hpp | 89 char host_name[NI_MAXHOST]; in resolve() 92 host_name, NI_MAXHOST, service_name, NI_MAXSERV, in resolve()
|
/external/ipsec-tools/src/racoon/ |
D | sockmisc.c | 885 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]; in naddrwop2str() 939 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100]; in naddrwop2str_fromto() 961 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
|
D | grabmyaddr.c | 312 char h1[NI_MAXHOST], h2[NI_MAXHOST]; 341 char addr1[NI_MAXHOST]; in grab_myaddrs() 440 char addr1[NI_MAXHOST]; in grab_myaddrs()
|
D | gssapi.c | 137 char name[NI_MAXHOST]; in gssapi_get_default_gss_id() 156 char name[NI_MAXHOST]; in gssapi_get_default_name() 164 if (getnameinfo(sa, sysdep_sa_len(sa), name, NI_MAXHOST, NULL, 0, 0) != 0) in gssapi_get_default_name()
|
D | localconf.c | 165 char addr[NI_MAXHOST], port[NI_MAXSERV];
|
D | remoteconf.c | 104 char buf[NI_MAXHOST + NI_MAXSERV + 10]; 105 char addr[NI_MAXHOST], port[NI_MAXSERV];
|
/external/wpa_supplicant_8/src/common/ |
D | ctrl_iface_common.c | 85 char host[NI_MAXHOST] = { 0 }; in sockaddr_print()
|
/external/toybox/toys/pending/ |
D | traceroute.c | 299 char host[NI_MAXHOST]; in do_trace() 301 sizeof(struct sockaddr_in), host, NI_MAXHOST, NULL, 0, 0)) in do_trace() 414 char host[NI_MAXHOST]; in do_trace()
|
D | arp.c | 188 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,}; in ip_to_host()
|
/external/tcpdump/ |
D | tcpdump-stdinc.h | 174 #define NI_MAXHOST 1025 macro
|
/external/curl/lib/ |
D | setup-os400.h | 27 #define NI_MAXHOST 1025 macro
|
/external/iputils/ |
D | tracepath6.c | 210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST]; in recverr()
|