Searched refs:EAI_FAIL (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Daddrinfo.h38 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
H A Dgetaddrinfo.c133 "Non-recoverable failure in name resolution", /* EAI_FAIL */
441 error = EAI_FAIL;
546 return EAI_FAIL;
589 error = EAI_FAIL;
607 error = EAI_FAIL;
615 ERR(EAI_FAIL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnetwork.h98 #ifndef EAI_FAIL
99 #define EAI_FAIL 4 macro
H A Dos_support.c116 return EAI_FAIL;
123 return EAI_FAIL;
128 return EAI_FAIL;
147 return EAI_FAIL;
243 case EAI_FAIL : return "A non-recoverable error occurred";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Daddrinfo.h40 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Daddrinfo.h40 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dos_support.c90 return EAI_FAIL;
97 return EAI_FAIL;
102 return EAI_FAIL;
121 return EAI_FAIL;
231 case EAI_FAIL:
H A Dnetwork.h134 #ifndef EAI_FAIL
135 #define EAI_FAIL 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dutil.h546 #ifdef EAI_FAIL
547 #define EVUTIL_EAI_FAIL EAI_FAIL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetaddrinfo.c208 "Non-recoverable failure in name resolution", /* EAI_FAIL */
506 error = EAI_FAIL;
591 error = EAI_FAIL;
600 error = EAI_FAIL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocket.c177 if (!(flags & GETADDR_RESOLVE) || status == EAI_FAIL)

Completed in 189 milliseconds