Home
last modified time | relevance | path

Searched refs:gai_strerror (Results 1 – 25 of 34) sorted by relevance

12

/external/dropbear/
Dfake-rfc2553.h146 #define gai_strerror(a) (ssh_gai_strerror(a)) macro
147 char *gai_strerror(int);
Ddbutil.c220 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()
Dconfigure.in321 # 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 *])])])
Dfake-rfc2553.c88 gai_strerror(int err) in gai_strerror() function
Dconfig.h.in60 /* Define if gai_strerror() returns const char * */
87 /* Define to 1 if you have the `gai_strerror' function. */
/external/chromium/net/tools/flip_server/
Dcreate_listener.cc135 << ") " << gai_strerror(err) << "\n"; in CreateListeningSocket()
258 << gai_strerror(err); in CreateConnectedSocket()
/external/tcpdump/missing/
Daddrinfo.h84 extern char *gai_strerror (int);
Dgetaddrinfo.c252 gai_strerror(ecode) in gai_strerror() function
/external/qemu/
Dqemu-sockets.c165 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/
Dprsa_par.y255 prsaerror("getaddrinfo(%s): %s\n", $1, gai_strerror(err));
284 prsaerror("getaddrinfo(%s): %s\n", $1, gai_strerror(err));
Dkmpstat.c228 printf("%s: %s/%s\n", gai_strerror(error), name, port);
Dsockmisc.c884 gai_strerror(error));
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y416 __ipsec_set_strerror(gai_strerror(error));
422 __ipsec_set_strerror(gai_strerror(error));
/external/opencv/otherlibs/highgui/
Dcvcap_socket.cpp134 sprintf(buffer, "getaddrinfo error: %s", gai_strerror(error)); in open()
/external/mtpd/
Dmtpd.c269 strerror(errno) : gai_strerror(error)); in create_socket()
/external/ping6/
Dping6.c523 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/
Dnetserver.c491 gai_strerror(error)); in set_up_server()
Dnetlib.c2686 gai_strerror(error)); in establish_control_internal()
2727 gai_strerror(error)); in establish_control_internal()
/external/dbus/dbus/
Ddbus-sysdeps-unix.c1231 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/
Dhttp.c2637 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/
Dwps_upnp.c401 rerr, gai_strerror(rerr), domain); in subscr_addr_add_url()
/external/iptables/iptables/
Dxtables.c1434 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/
Dwps_upnp.c374 rerr, gai_strerror(rerr), domain); in subscr_addr_add_url()
/external/bluetooth/hcidump/src/
Dhcidump.c670 printf("Can't get address info: %s\n", gai_strerror(err)); in wait_connection()
/external/chromium/net/base/
Dhost_resolver_impl.cc125 dict->SetString("os_error_string", gai_strerror(os_error_)); in ToValue()

12