Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsockoptions.h216 #if defined(SO_USELOOPBACK) || (defined(HAVE_DECL_SO_USELOOPBACK) && HAVE_DECL_SO_USELOOPBACK)
217 XLAT(SO_USELOOPBACK),
Dsockoptions.in70 SO_USELOOPBACK
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py20 SO_USELOOPBACK = 0x0040 variable
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h83 #define SO_USELOOPBACK 0x0040 /* Unimplemented: bypass hardware when possible */ macro
/external/python/cpython2/Lib/plat-unixware7/
DIN.py238 SO_USELOOPBACK = 0x0040 variable
/external/python/cpython2/Modules/
Dsocketmodule.c4927 #ifdef SO_USELOOPBACK
4928 PyModule_AddIntConstant(m, "SO_USELOOPBACK", SO_USELOOPBACK);