Searched defs:EAFNOSUPPORT (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
H A Derrno.h109 #define EAFNOSUPPORT 47 /* Address family not supported by protocol family */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
H A Derrno.h107 #define EAFNOSUPPORT __EAFNOSUPPORT /* 47 Address family not supported by protocol family */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.c374 #define EAFNOSUPPORT WSAEAFNOSUPPORT macro
3320 (char *)strerror(EAFNOSUPPORT));
5536 /* Should set errno to EAFNOSUPPORT */
5551 /* Should set errno to EAFNOSUPPORT */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.c369 #define EAFNOSUPPORT WSAEAFNOSUPPORT macro
3238 (char *)strerror(EAFNOSUPPORT));
5434 /* Should set errno to EAFNOSUPPORT */
5449 /* Should set errno to EAFNOSUPPORT */

Completed in 60 milliseconds