Home
last modified time | relevance | path

Searched refs:SOCK_CLOEXEC (Results 1 – 11 of 11) sorted by relevance

/sysdeps/unix/sysv/linux/bits/
A Dsocket_type.h49 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/sysdeps/unix/sysv/linux/mips/bits/
A Dsocket_type.h49 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dsocket_type.h49 SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dsocket_type.h49 SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dsocket_type.h49 SOCK_CLOEXEC = 0x400000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/sysdeps/mach/hurd/bits/
A Dsocket.h65 SOCK_CLOEXEC = 0x00400000, /* Atomically set close-on-exec flag for the enumerator
67 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/sysdeps/unix/sysv/linux/
A Dcheck_native.c44 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_native()
A Dmq_notify.c159 netlink_socket = __socket (AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, 0); in init_mq_netlink()
A Dcheck_pf.c316 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_pf()
A Difaddrs.c257 h->fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __netlink_open()
/sysdeps/posix/
A Dgetaddrinfo.c2335 fd = __socket (af, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_IP); in getaddrinfo()

Completed in 14 milliseconds