Home
last modified time | relevance | path

Searched refs:SO_USELOOPBACK (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
DSetSockOpt.c61 { "SO_USELOOPBACK", SO_USELOOPBACK, SOL_SOCKET, TRUE, DATA_TYPE_UNKNOWN }
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsocket.h120 #define SO_USELOOPBACK 0x0040 /* bypass hardware when possible */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c4902 #ifdef SO_USELOOPBACK
4903 PyModule_AddIntConstant(m, "SO_USELOOPBACK", SO_USELOOPBACK);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c4800 #ifdef SO_USELOOPBACK
4801 PyModule_AddIntConstant(m, "SO_USELOOPBACK", SO_USELOOPBACK);