/external/dropbear/ |
D | fake-rfc2553.h | 146 #define gai_strerror(a) (ssh_gai_strerror(a)) macro 147 char *gai_strerror(int);
|
D | dbutil.c | 220 len = 20 + strlen(gai_strerror(err)); in dropbear_listen() 222 snprintf(*errstring, len, "Error resolving: %s", gai_strerror(err)); in dropbear_listen() 324 len = 20 + strlen(gai_strerror(err)); in connect_remote() 326 snprintf(*errstring, len, "Error resolving: %s", gai_strerror(err)); in connect_remote() 328 TRACE(("Error resolving: %s", gai_strerror(err))) in connect_remote()
|
D | configure.in | 321 # IRIX has a const char return value for gai_strerror() 322 AC_CHECK_FUNCS(gai_strerror,[ 329 const char *gai_strerror(int);],[ 332 str = gai_strerror(0);],[ 334 [Define if gai_strerror() returns const char *])])])
|
D | fake-rfc2553.c | 88 gai_strerror(int err) in gai_strerror() function
|
D | config.h.in | 60 /* Define if gai_strerror() returns const char * */ 87 /* Define to 1 if you have the `gai_strerror' function. */
|
/external/chromium/net/tools/flip_server/ |
D | create_listener.cc | 135 << ") " << gai_strerror(err) << "\n"; in CreateListeningSocket() 258 << gai_strerror(err); in CreateConnectedSocket()
|
/external/tcpdump/missing/ |
D | addrinfo.h | 84 extern char *gai_strerror (int);
|
D | getaddrinfo.c | 252 gai_strerror(ecode) in gai_strerror() function
|
/external/qemu/ |
D | qemu-sockets.c | 165 gai_strerror(rc)); in inet_listen_opts() 268 gai_strerror(rc)); in inet_connect_opts() 341 gai_strerror(rc)); in inet_dgram_opts() 365 gai_strerror(rc)); in inet_dgram_opts()
|
/external/ipsec-tools/src/racoon/ |
D | prsa_par.y | 255 prsaerror("getaddrinfo(%s): %s\n", $1, gai_strerror(err)); 284 prsaerror("getaddrinfo(%s): %s\n", $1, gai_strerror(err));
|
D | kmpstat.c | 228 printf("%s: %s/%s\n", gai_strerror(error), name, port);
|
D | sockmisc.c | 884 gai_strerror(error));
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 416 __ipsec_set_strerror(gai_strerror(error)); 422 __ipsec_set_strerror(gai_strerror(error));
|
/external/opencv/otherlibs/highgui/ |
D | cvcap_socket.cpp | 134 sprintf(buffer, "getaddrinfo error: %s", gai_strerror(error)); in open()
|
/external/mtpd/ |
D | mtpd.c | 269 strerror(errno) : gai_strerror(error)); in create_socket()
|
/external/ping6/ |
D | ping6.c | 523 gai_strerror(ret_ga)); in main() 629 errx(1, "%s", gai_strerror(ret_ga)); in main() 663 gateway, gai_strerror(error)); in main() 922 errx(1, "%s", gai_strerror(error)); in main()
|
/external/netperf/ |
D | netserver.c | 491 gai_strerror(error)); in set_up_server()
|
D | netlib.c | 2686 gai_strerror(error)); in establish_control_internal() 2727 gai_strerror(error)); in establish_control_internal()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-unix.c | 1231 host, port, gai_strerror(res), res); in _dbus_connect_tcp_socket_with_nonce() 1352 host ? host : "*", port, gai_strerror(res), res); in _dbus_listen_tcp_socket() 1437 host ? host : "*", port, gai_strerror(res), res); in _dbus_listen_tcp_socket()
|
/external/chromium/third_party/libevent/ |
D | http.c | 2637 event_warnx("getaddrinfo: %s", gai_strerror(ai_result)); 2665 event_errx(1, "getnameinfo failed: %s", gai_strerror(ni_result)); in name_from_addr() 2744 event_warnx("getaddrinfo: %s", gai_strerror(ai_result)); in make_addrinfo()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp.c | 401 rerr, gai_strerror(rerr), domain); in subscr_addr_add_url()
|
/external/iptables/iptables/ |
D | xtables.c | 1434 fprintf(stderr,"IP2Name: %s\n",gai_strerror(err)); in ip6addr_to_host() 1523 fprintf(stderr,"Name2IP: %s\n",gai_strerror(err)); in host_to_ip6addr()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp.c | 374 rerr, gai_strerror(rerr), domain); in subscr_addr_add_url()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 670 printf("Can't get address info: %s\n", gai_strerror(err)); in wait_connection()
|
/external/chromium/net/base/ |
D | host_resolver_impl.cc | 125 dict->SetString("os_error_string", gai_strerror(os_error_)); in ToValue()
|