Searched refs:SOCK_NONBLOCK (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dsock_type_flags.h7 #if defined(SOCK_NONBLOCK) || (defined(HAVE_DECL_SOCK_NONBLOCK) && HAVE_DECL_SOCK_NONBLOCK)
8 XLAT(SOCK_NONBLOCK),
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_netlink.c103 #if defined(SOCK_NONBLOCK)
104 socktype |= SOCK_NONBLOCK;
/external/chromium_org/net/tools/quic/
H A Dquic_server.cc94 fd_ = socket(address_family, SOCK_DGRAM | SOCK_NONBLOCK, IPPROTO_UDP);
H A Dquic_client.cc114 fd_ = socket(address_family, SOCK_DGRAM | SOCK_NONBLOCK, IPPROTO_UDP);
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h74 #define SOCK_NONBLOCK 0x200 macro
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1664 if (type & SOCK_NONBLOCK) {
1666 type &= ~SOCK_NONBLOCK;
/external/android-clat/
H A Dclatd_test.cpp432 if (socketpair(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK, 0, fds)) {

Completed in 973 milliseconds