Searched refs:getaddrinfo (Results 51 - 75 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dkmpstat.c799 error = getaddrinfo(name, port, &hint, &ai);
H A Dsockmisc.c840 error = getaddrinfo(host, port, &hints, &res);
843 "getaddrinfo(%s%s%s): %s",
850 "getaddrinfo(%s%s%s): "
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dgetaddrinfo.c214 getaddrinfo(hostname, servname, hints, res) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dparse.y867 error = getaddrinfo(host, port, &hints, &res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c521 ret = getaddrinfo(cb->arg, NULL, &hints, &res);
524 "getaddrinfo: %s\n", gai_strerror(ret));
564 ret = getaddrinfo(NULL, name, NULL, &res);
H A Dxtables.c1535 if ((err = getaddrinfo(name, NULL, &hints, &res)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dscanner.l340 if (getaddrinfo(yytext, NULL, &hints, &res))
H A DMakefile.in339 Win32/Src/getaddrinfo.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c1615 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
1617 event_warn("getaddrinfo");
1619 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
1730 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
1732 event_warn("getaddrinfo");
1734 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtoptions.c521 ret = getaddrinfo(cb->arg, NULL, &hints, &res);
524 "getaddrinfo: %s\n", gai_strerror(ret));
564 ret = getaddrinfo(NULL, name, NULL, &res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocket.c163 status = getaddrinfo(hostname, NULL, &hints, res);
204 status = getaddrinfo(hostname, NULL, &hints, res);
2535 err = getaddrinfo(name, NULL, &hints, &ai);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c274 if (getaddrinfo(src, NULL, &hints, &res) != 0)
1214 if ((gaierr = getaddrinfo(host, NULL, &hints, &aifirst)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c886 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
887 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
892 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
893 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
904 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c888 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
889 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
894 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
895 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
906 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanoftp.c888 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
889 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
894 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
895 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
906 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c886 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
887 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
892 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
893 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
904 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetaddrinfo.c49 * Mingw64 has its own implementation of getaddrinfo, mingw32 no
60 "@(#) $Header: /tcpdump/master/libpcap/Win32/Src/getaddrinfo.c,v 1.3 2008-09-15 23:37:51 guy Exp $";
301 getaddrinfo(hostname, servname, hints, res) function
546 * replace gethostbyname() by getaddrinfo().
658 * XXX getaddrinfo() is a name->address
818 * XXX getaddrinfo() is a name->address
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dudp.c228 if ((error = getaddrinfo(node, service, &hints, &res))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c361 status = getaddrinfo(enodename, eservname, hints, res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c77 /* Prepare hint for getaddrinfo */
85 if ((err = getaddrinfo(host, port, &hints, &servinfo)) != 0) {
86 LOG(log_error, logtype_default, "tsock_getfd: getaddrinfo: CNID server %s:%s : %s\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiupnpc.c562 /* the following code is not using getaddrinfo */
592 if ((rv = getaddrinfo(ipv6
599 fprintf(stderr, "getaddrinfo() failed: %d\n", rv);
601 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(rv));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c1299 if ((res = getaddrinfo(host, port, &hints, &ai)) != 0)
1420 if ((res = getaddrinfo(host, port, &hints, &ai)) != 0 || !ai)
H A Ddbus-sysdeps-win.c75 /* getaddrinfo for Windows CE (and Windows). */
80 // needed for w2k compatibility (getaddrinfo/freeaddrinfo/getnameinfo)
1288 if ((res = getaddrinfo(host, port, &hints, &ai)) != 0 || !ai)
1435 if ((res = getaddrinfo(host, port, &hints, &ai)) != 0 || !ai)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c2744 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
2746 event_warn("getaddrinfo");
2748 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
2857 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
2859 event_warn("getaddrinfo");
2861 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c2684 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
2686 event_warn("getaddrinfo");
2688 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
2791 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
2793 event_warn("getaddrinfo");
2795 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));

Completed in 275 milliseconds

12345