Searched refs:SOCK_CLOEXEC (Results 1 – 3 of 3) 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()
120 #define SOCK_CLOEXEC O_CLOEXEC macro
341 #ifdef SOCK_CLOEXEC342 { SOCK_CLOEXEC, "SOCK_CLOEXEC" },