/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | socket_type.h | 49 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/ |
D | socket_type.h | 49 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/ |
D | socket_type.h | 49 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/ |
D | socket_type.h | 49 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/ |
D | socket_type.h | 49 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the enumerator 51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
|
/glibc-2.36/hurd/ |
D | fcntl-internal.h | 24 _Static_assert (SOCK_CLOEXEC == O_CLOEXEC, 28 _Static_assert ((SOCK_CLOEXEC & SOCK_TYPE_MASK) == 0,
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 65 SOCK_CLOEXEC = 0x00400000, /* Atomically set close-on-exec flag for the enumerator 67 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
|
/glibc-2.36/bits/ |
D | socket.h | 64 SOCK_CLOEXEC = 0x10000000, /* Atomically set close-on-exec flag for the enumerator 66 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
|
/glibc-2.36/socket/ |
D | tst-accept4.c | 58 SOCK_STREAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0); in client_connect() 111 sockflags |= SOCK_CLOEXEC; in do_test()
|
D | opensock.c | 28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock()
|
/glibc-2.36/support/ |
D | support_enter_network_namespace.c | 47 int fd = xsocket (AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in support_enter_network_namespace()
|
/glibc-2.36/sunrpc/ |
D | tst-udp-error.c | 40 int fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
|
D | tst-udp-garbage.c | 68 server_fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_UDP); in do_test()
|
D | tst-svc_register.c | 208 int rpcbind_sock = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
|
/glibc-2.36/misc/ |
D | tst-syslog.c | 271 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()
|
D | syslog.c | 303 LogFile = __socket (AF_UNIX, LogType | SOCK_CLOEXEC, 0); in openlog_internal()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | check_native.c | 44 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_native()
|
D | mq_notify.c | 159 netlink_socket = __socket (AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, 0); in init_mq_netlink()
|
D | tst-socket-timestamp-compat.c | 34 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto()
|
D | check_pf.c | 316 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_pf()
|
D | tst-socket-timestamp.c | 45 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto()
|
/glibc-2.36/resolv/ |
D | res_send.c | 613 (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()
|
D | res_hconf.c | 390 sd = __socket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in _res_hconf_reorder_addrs()
|
/glibc-2.36/nis/ |
D | nis_findserv.c | 144 sock = socket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_UDP); in __nis_findfastest_with_timeout()
|
/glibc-2.36/nscd/ |
D | nscd_helper.c | 171 sock = __socket (PF_UNIX, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in open_socket()
|