Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsockoptions.h127 #if defined(SO_USELOOPBACK) || (defined(HAVE_DECL_SO_USELOOPBACK) && HAVE_DECL_SO_USELOOPBACK)
128 XLAT(SO_USELOOPBACK),
Dsockoptions.in42 SO_USELOOPBACK
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
Dsocket.h85 #define SO_USELOOPBACK 0x0040 /* bypass hardware when possible */ macro