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

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Daddrinfo.h35 * Error return codes from getaddrinfo()
56 * Flag values for getaddrinfo()
85 extern int getaddrinfo (const char *, const char *,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dresolve.c130 /* getaddrinfo() resolve */
140 rc = (getaddrinfo)(host, "80", &hints, &ai);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnslookup.c65 rc = getaddrinfo(hostname, NULL /*service*/, &hint, &result);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnetwork.h97 /* getaddrinfo constants */
150 #define getaddrinfo ff_getaddrinfo macro
H A Dtcp.c69 ret = getaddrinfo(hostname, portstr, &hints, &ai);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmemdebug.h117 #if defined(getaddrinfo) && defined(__osf__)
118 /* OSF/1 and Tru64 have getaddrinfo as a define already, so we cannot define
120 define getaddrinfo to become! */
124 #undef getaddrinfo macro
125 #define getaddrinfo(host,serv,hint,res) \ macro
H A Dsetup-os400.h49 #define getaddrinfo Curl_getaddrinfo_a macro
H A Dcurl_addrinfo.c101 * This is a wrapper function around system's getaddrinfo(), with
108 * There should be no single call to system's getaddrinfo() in the
128 error = getaddrinfo(nodename, servname, hints, &aihead);
516 int res=(getaddrinfo)(hostname, service, hints, result);
519 curl_memlog("ADDR %s:%d getaddrinfo() = %p\n",
522 curl_memlog("ADDR %s:%d getaddrinfo() failed\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/CMake/
H A DCurlTests.c450 #ifndef getaddrinfo
451 (void)getaddrinfo;
453 error = getaddrinfo("127.0.0.1", "8080", &hints, &ai);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durl.c53 if (!getaddrinfo(hostname, NULL, &hints, &ai)) {
H A Dtcp.c106 ret = getaddrinfo(NULL, portstr, &hints, &ai);
108 ret = getaddrinfo(hostname, portstr, &hints, &ai);
H A Dnetwork.h127 /* getaddrinfo constants */
195 #define getaddrinfo ff_getaddrinfo macro
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dsmb_krb5_locator.c179 ret = getaddrinfo(name, service, in, &out);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dusockfd.c90 /* Prepare hint for getaddrinfo */
95 if ((ret = getaddrinfo(host, port, &hints, &servinfo)) != 0) {
96 LOG(log_error, logtype_default, "tsockfd_create: getaddrinfo: %s\n", gai_strerror(ret));
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DMakefile.in295 getaddrinfo.o: $(srcdir)/missing/getaddrinfo.c
296 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getaddrinfo.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tcp.c285 /* Prepare hint for getaddrinfo */
304 if ((ret = getaddrinfo(address ? address : NULL, port ? port : "548", &hints, &servinfo)) != 0) {
305 LOG(log_error, logtype_dsi, "dsi_tcp_init: getaddrinfo: %s\n", gai_strerror(ret));
377 /* Prepare hint for getaddrinfo */
382 if ((ret = getaddrinfo(hostname, port ? port : "548", &hints, &servinfo)) != 0) {
383 LOG(log_info, logtype_dsi, "dsi_tcp_init: getaddrinfo '%s': %s\n", hostname, gai_strerror(ret));

Completed in 300 milliseconds

12345