Searched refs:getaddrinfo (Results 26 - 50 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dnametoaddr.c133 error = getaddrinfo(name, NULL, &hints, &res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsapenc.c112 if (getaddrinfo(host, NULL, &hints, &ai)) {
H A Dsctp.c192 ret = getaddrinfo(hostname, portstr, &hints, &ai);
H A Dtls.c189 if (!getaddrinfo(host, NULL, &hints, &ai)) {
H A Drtpproto.c103 if ((error = getaddrinfo(hostname, service, &hints, &res))) {
H A Dsdp.c101 if (getaddrinfo(dest_addr, NULL, &hints, &ai))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dmemanalyze.pl315 # ADDR url.c:1282 getaddrinfo() = 0x5ddd
322 if($function =~ /getaddrinfo\(\) = (\(nil\)|0x([0-9a-f]*))/) {
339 print "freeaddrinfo() without getaddrinfo(): $line\n";
391 print "getaddrinfo() called at ".$addrinfofile{$_}."\n";
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dconnecthostport.c8 /* use getaddrinfo() or gethostbyname()
135 /* use getaddrinfo() instead of gethostbyname() */
160 n = getaddrinfo(tmp_host, port_str, &hints, &ai);
164 fprintf(stderr, "getaddrinfo() error : %d\n", n);
166 fprintf(stderr, "getaddrinfo() error : %s\n", gai_strerror(n));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsapenc.c110 if (getaddrinfo(host, NULL, &hints, &ai)) {
H A Dtls.c127 if (!getaddrinfo(host, NULL, &hints, &ai)) {
H A Dudp.c159 if ((error = getaddrinfo(node, service, &hints, &res))) {
H A Dsdp.c102 if (getaddrinfo(dest_addr, NULL, &hints, &ai))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpolicy_parse.y233 error = getaddrinfo(buf->buf, serv, &hints, &res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6s.c296 error = getaddrinfo(NULL, DH6PORT_UPSTREAM, &hints, &res);
298 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
335 error = getaddrinfo(NULL, DH6PORT_DOWNSTREAM, &hints, &res);
337 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
425 error = getaddrinfo(DH6ADDR_ALLAGENT, DH6PORT_UPSTREAM, &hints, &res2);
427 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
445 error = getaddrinfo(DH6ADDR_ALLSERVER, DH6PORT_UPSTREAM,
448 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
H A Ddhcp6c.c435 error = getaddrinfo(linklocal, DH6PORT_DOWNSTREAM, &hints, &res);
437 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
473 error = getaddrinfo(linklocal, DH6PORT_UPSTREAM, &hints, &res);
475 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
513 error = getaddrinfo(DH6ADDR_ALLAGENT, DH6PORT_UPSTREAM, &hints, &res);
515 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
1233 error = getaddrinfo(in6addr2str(&ifp->current_server->server_addr,0),
1236 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
1375 error = getaddrinfo(in6addr2str(&ifp->current_server->server_addr,0),
1378 dprintf(LOG_ERR, "%s" "getaddrinfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxconnect.c5 * Connect to host at port using address resolution from getaddrinfo
165 rc = getaddrinfo(host, NULL, &hint, &result);
/netgear-R7000-V1.0.7.12_1.2.5/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",
426 error = getaddrinfo(DH6ADDR_ALLAGENT, DH6PORT_UPSTREAM, &hints, &res2);
428 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
446 error = getaddrinfo(DH6ADDR_ALLSERVER, DH6PORT_UPSTREAM,
449 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
H A Ddhcp6c.c434 error = getaddrinfo(linklocal, DH6PORT_DOWNSTREAM, &hints, &res);
436 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
472 error = getaddrinfo(linklocal, DH6PORT_UPSTREAM, &hints, &res);
474 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
512 error = getaddrinfo(DH6ADDR_ALLAGENT, DH6PORT_UPSTREAM, &hints, &res);
514 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
1232 error = getaddrinfo(in6addr2str(&ifp->current_server->server_addr,0),
1235 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
1374 error = getaddrinfo(in6addr2str(&ifp->current_server->server_addr,0),
1377 dprintf(LOG_ERR, "%s" "getaddrinfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht-example.c217 rc = getaddrinfo(argv[i], argv[i + 1], &hints, &info);
219 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(rc));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dsmux.c194 gai = getaddrinfo(NULL, "smux", &hints, &res0);
200 gai = getaddrinfo(NULL, servbuf, &hints, &res0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c637 * inside libevent. Otherwise, the built-in getaddrinfo() function allocated
805 * getaddrinfo: we return 0 or an appropriate EVUTIL_EAI_* error, and
806 * set *res as getaddrinfo would.
931 * the native getaddrinfo */
982 /* Helper for systems with no getaddrinfo(): make one or more addrinfos out of
1078 servname=NULL when calling getaddrinfo, and post-process the
1105 r = getaddrinfo("1.2.3.4", "80", &hints, &ai);
1107 r2 = getaddrinfo("1.2.3.4", "80", &hints, &ai2);
1237 /* If we make it here, the system getaddrinfo can
1268 err = getaddrinfo(nodenam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api.c110 if ((rv = getaddrinfo(udp_entry->addr, udp_entry->port, &hints, &servinfo)) != 0) {
111 LOG(log_error, logtype_afpd, "fce_init_udp: getaddrinfo(%s:%s): %s",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhost.c311 /* Versions of gethostbyname and getaddrinfo that support timeout. */
382 ctx->exit_code = getaddrinfo (ctx->node, ctx->service, ctx->hints, ctx->res);
385 /* Just like getaddrinfo, except it times out after TIMEOUT seconds.
659 IPv6 means to use AI_PASSIVE flag to getaddrinfo.
674 /* If we're not using getaddrinfo, first check if HOST specifies a
691 /* If we're using getaddrinfo, at least check whether the address is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-dht.c38 #define _WIN32_WINNT 0x0501 /* freeaddrinfo(),getaddrinfo(),getnameinfo() */
123 rc = getaddrinfo(name, pp, &hints, &info);

Completed in 445 milliseconds

12345