Searched refs:SOCK_NONBLOCK (Results 1 – 8 of 8) sorted by relevance
103 #if defined(SOCK_NONBLOCK) in linux_netlink_start_event_monitor()104 socktype |= SOCK_NONBLOCK; in linux_netlink_start_event_monitor()
121 #define SOCK_NONBLOCK O_NONBLOCK macro
28 * Added SOCK_CLOEXEC and SOCK_NONBLOCK socket type flags.
87 fd_ = socket(address_family, SOCK_DGRAM | SOCK_NONBLOCK, IPPROTO_UDP); in Listen()
81 fd_ = socket(address_family, SOCK_DGRAM | SOCK_NONBLOCK, IPPROTO_UDP); in Initialize()
74 #define SOCK_NONBLOCK 0x200 macro
1527 if (type & SOCK_NONBLOCK) { in socket()1529 type &= ~SOCK_NONBLOCK; in socket()
344 #ifdef SOCK_NONBLOCK345 { SOCK_NONBLOCK,"SOCK_NONBLOCK" },