Searched refs:AI_ADDRCONFIG (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Daddrinfo.h61 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
64 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
H A Dgetaddrinfo.c584 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
586 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Daddrinfo.h66 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
69 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Daddrinfo.h66 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
69 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dutil.h622 #ifdef AI_ADDRCONFIG
623 #define EVUTIL_AI_ADDRCONFIG AI_ADDRCONFIG
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c945 #ifndef AI_ADDRCONFIG
969 #ifdef AI_ADDRCONFIG
970 AI_ADDRCONFIG |
1201 #ifndef AI_ADDRCONFIG
1202 /* Not every system has AI_ADDRCONFIG, so fake it. */
1224 * always-on version of AI_ADDRCONFIG that keeps it from
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c85 #ifndef AI_ADDRCONFIG
86 #define AI_ADDRCONFIG 0 macro
1297 hints.ai_flags = AI_ADDRCONFIG;
1416 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE;
H A Ddbus-sysdeps-win.c1282 #ifdef AI_ADDRCONFIG
1283 hints.ai_flags = AI_ADDRCONFIG;
1428 #ifdef AI_ADDRCONFIG
1429 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetaddrinfo.c44 * thing to do? What is the relationship with post-RFC2553 AI_ADDRCONFIG
558 * post-RFC2553: should look at (pai->ai_flags & AI_ADDRCONFIG)
559 * rather than hardcoding it. we may need to add AI_ADDRCONFIG
563 hp = getipnodebyname(hostname, pai->ai_family, AI_ADDRCONFIG, &h_error);

Completed in 68 milliseconds