Searched refs:SOCK_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
153 #ifdef SOCK_CLOEXEC in qemu_socket()154 ret = socket(domain, type | SOCK_CLOEXEC, protocol); in qemu_socket()175 ret = accept4(s, addr, addrlen, SOCK_CLOEXEC); in qemu_accept()
100 #if defined(SOCK_CLOEXEC) in linux_netlink_start_event_monitor()101 socktype |= SOCK_CLOEXEC; in linux_netlink_start_event_monitor()
120 #define SOCK_CLOEXEC O_CLOEXEC macro
28 * Added SOCK_CLOEXEC and SOCK_NONBLOCK socket type flags.
73 #define SOCK_CLOEXEC 0x100 macro
1517 if (type & SOCK_CLOEXEC) { in socket()1524 type &= ~SOCK_CLOEXEC; in socket()
341 #ifdef SOCK_CLOEXEC342 { SOCK_CLOEXEC, "SOCK_CLOEXEC" },