Searched refs:getaddrinfo (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmemdebug.h102 #if defined(getaddrinfo) && defined(__osf__)
103 /* OSF/1 and Tru64 have getaddrinfo as a define already, so we cannot define
105 define getaddrinfo to become! */
109 #undef getaddrinfo macro
110 #define getaddrinfo(host,serv,hint,res) \ macro
H A Dsetup-os400.h46 #define getaddrinfo Curl_getaddrinfo_a macro
H A Dcurl_addrinfo.c104 * This is a wrapper function around system's getaddrinfo(), with
111 * There should be no single call to system's getaddrinfo() in the
131 error = getaddrinfo(nodename, servname, hints, &aihead);
519 int res=(getaddrinfo)(hostname, service, hints, result);
522 curl_memlog("ADDR %s:%d getaddrinfo() = %p\n",
525 curl_memlog("ADDR %s:%d getaddrinfo() failed\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dresolve.c142 /* getaddrinfo() resolve */
152 rc = (getaddrinfo)(host, "80", &hints, &ai);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dnslookup.c65 rc = getaddrinfo(hostname, NULL /*service*/, &hint, &result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/CMake/
H A DCurlTests.c450 #ifndef getaddrinfo
451 (void)getaddrinfo;
453 error = getaddrinfo("127.0.0.1", "8080", &hints, &ai);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_addrinfo.c15 * __os_getaddrinfo and __os_freeaddrinfo wrap the getaddrinfo and freeaddrinfo
39 if ((ret = getaddrinfo(nodename, servname, hints, res)) == 0)
66 * Basic implementation of IPv4 component of getaddrinfo.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h181 #define getaddrinfo(a, b, c, d) __db_Cgetaddrinfo(a, b, c, d) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h181 #define getaddrinfo(a, b, c, d) __db_Cgetaddrinfo(a, b, c, d) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h183 #define getaddrinfo(a, b, c, d) __db_Cgetaddrinfo(a, b, c, d) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h183 #define getaddrinfo(a, b, c, d) __db_Cgetaddrinfo(a, b, c, d) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h183 #define getaddrinfo(a, b, c, d) __db_Cgetaddrinfo(a, b, c, d) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h183 #define getaddrinfo(a, b, c, d) __db_Cgetaddrinfo(a, b, c, d) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A Dfce.c89 if ((rv = getaddrinfo(NULL, FCE_DEFAULT_PORT_STRING, &hints, &servinfo)) != 0) {
90 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(rv));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dusockfd.c89 /* Prepare hint for getaddrinfo */
94 if ((ret = getaddrinfo(host, port, &hints, &servinfo)) != 0) {
95 LOG(log_error, logtype_default, "tsockfd_create: getaddrinfo: %s\n", gai_strerror(ret));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Dmemanalyze.pl295 # ADDR url.c:1282 getaddrinfo() = 0x5ddd
302 if($function =~ /getaddrinfo\(\) = (\(nil\)|0x([0-9a-f]*))/) {
319 print "freeaddrinfo() without getaddrinfo(): $line\n";
371 print "getaddrinfo() called at ".$addrinfofile{$_}."\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dinet_common.c176 s = getaddrinfo(name, NULL, &req, &ai);
178 bb_error_msg("getaddrinfo: %s: %d", name, s);
H A Dxconnect.c5 * Connect to host at port using address resolution from getaddrinfo
165 rc = getaddrinfo(host, NULL, &hint, &result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_tcp.c278 /* Prepare hint for getaddrinfo */
298 if ((ret = getaddrinfo(address ? address : NULL, port ? port : "548", &hints, &servinfo)) != 0) {
299 LOG(log_error, logtype_dsi, "dsi_tcp_init: getaddrinfo: %s\n", gai_strerror(ret));
373 /* Prepare hint for getaddrinfo */
379 if ((ret = getaddrinfo(hostname, port ? port : "548", &hints, &servinfo)) != 0) {
380 LOG(log_info, logtype_dsi, "dsi_tcp_init: getaddrinfo '%s': %s\n", hostname, gai_strerror(ret));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_network.c287 ret = getaddrinfo (NULL, port_str, &req, &ainfo);
290 zlog_err ("getaddrinfo: %s", gai_strerror (ret));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Ddhcp6s.c297 error = getaddrinfo(NULL, DH6PORT_UPSTREAM, &hints, &res);
299 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
336 error = getaddrinfo(NULL, DH6PORT_DOWNSTREAM, &hints, &res);
338 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
424 error = getaddrinfo(DH6ADDR_ALLAGENT, DH6PORT_UPSTREAM, &hints, &res2);
426 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
444 error = getaddrinfo(DH6ADDR_ALLSERVER, DH6PORT_UPSTREAM,
447 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
H A Ddhcp6c.c420 error = getaddrinfo(linklocal, DH6PORT_DOWNSTREAM, &hints, &res);
422 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
458 error = getaddrinfo(linklocal, DH6PORT_UPSTREAM, &hints, &res);
460 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
496 error = getaddrinfo(DH6ADDR_ALLAGENT, DH6PORT_UPSTREAM, &hints, &res);
498 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
1188 error = getaddrinfo(in6addr2str(&ifp->current_server->server_addr,0),
1191 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
1325 error = getaddrinfo(in6addr2str(&ifp->current_server->server_addr,0),
1328 dprintf(LOG_ERR, "%s" "getaddrinfo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfce_api.c109 if ((rv = getaddrinfo(udp_entry->addr, udp_entry->port, &hints, &servinfo)) != 0) {
110 LOG(log_error, logtype_afpd, "fce_init_udp: getaddrinfo(%s:%s): %s",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dudp.c160 if ((error = getaddrinfo(node, service, &hints, &res))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dsmux.c194 gai = getaddrinfo(NULL, "smux", &hints, &res0);
200 gai = getaddrinfo(NULL, servbuf, &hints, &res0);

Completed in 229 milliseconds

12