Home
last modified time | relevance | path

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

12

/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsocket_type.h49 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsocket_type.h49 SOCK_CLOEXEC = 0x400000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsocket_type.h49 SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsocket_type.h49 SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket_type.h49 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the enumerator
51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/glibc-2.36/hurd/
Dfcntl-internal.h24 _Static_assert (SOCK_CLOEXEC == O_CLOEXEC,
28 _Static_assert ((SOCK_CLOEXEC & SOCK_TYPE_MASK) == 0,
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsocket.h65 SOCK_CLOEXEC = 0x00400000, /* Atomically set close-on-exec flag for the enumerator
67 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/glibc-2.36/bits/
Dsocket.h64 SOCK_CLOEXEC = 0x10000000, /* Atomically set close-on-exec flag for the enumerator
66 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
/glibc-2.36/socket/
Dtst-accept4.c58 SOCK_STREAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0); in client_connect()
111 sockflags |= SOCK_CLOEXEC; in do_test()
Dopensock.c28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock()
/glibc-2.36/support/
Dsupport_enter_network_namespace.c47 int fd = xsocket (AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in support_enter_network_namespace()
/glibc-2.36/sunrpc/
Dtst-udp-error.c40 int fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
Dtst-udp-garbage.c68 server_fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_UDP); in do_test()
Dtst-svc_register.c208 int rpcbind_sock = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
/glibc-2.36/misc/
Dtst-syslog.c271 int server_udp = xsocket (AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in check_syslog_udp()
315 int server_tcp = xsocket (AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in check_syslog_tcp()
Dsyslog.c303 LogFile = __socket (AF_UNIX, LogType | SOCK_CLOEXEC, 0); in openlog_internal()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dcheck_native.c44 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_native()
Dmq_notify.c159 netlink_socket = __socket (AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, 0); in init_mq_netlink()
Dtst-socket-timestamp-compat.c34 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto()
Dcheck_pf.c316 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_pf()
Dtst-socket-timestamp.c45 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto()
/glibc-2.36/resolv/
Dres_send.c613 (nsap->sa_family, SOCK_STREAM | SOCK_CLOEXEC, 0); in send_vc()
810 SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0); in reopen()
817 SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0); in reopen()
Dres_hconf.c390 sd = __socket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in _res_hconf_reorder_addrs()
/glibc-2.36/nis/
Dnis_findserv.c144 sock = socket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_UDP); in __nis_findfastest_with_timeout()
/glibc-2.36/nscd/
Dnscd_helper.c171 sock = __socket (PF_UNIX, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in open_socket()

12