Searched refs:EAI_SYSTEM (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Daddrinfo.h45 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmswindows.h55 #ifndef EAI_SYSTEM
56 # define EAI_SYSTEM -1 /* value doesn't matter */ macro
H A Dhost.c386 In case of timeout, the EAI_SYSTEM error code is returned and errno
403 return EAI_SYSTEM;
785 err != EAI_SYSTEM ? gai_strerror (err) : strerror (errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Daddrinfo.h47 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Daddrinfo.h47 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dutil.h584 #ifdef EAI_SYSTEM
585 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c1616 if ( ai_result == EAI_SYSTEM )
1644 if (ni_result == EAI_SYSTEM)
1731 if ( ai_result == EAI_SYSTEM )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c2745 if ( ai_result == EAI_SYSTEM )
2773 if (ni_result == EAI_SYSTEM)
2858 if ( ai_result == EAI_SYSTEM )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c2685 if ( ai_result == EAI_SYSTEM )
2713 if (ni_result == EAI_SYSTEM)
2792 if ( ai_result == EAI_SYSTEM )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c3785 #ifdef EAI_SYSTEM
3786 /* Windows doesn't have an EAI_SYSTEM. */
3787 if (ni_result == EAI_SYSTEM)

Completed in 252 milliseconds