/third_party/musl/src/network/ |
D | socketpair.c | 10 && (type&(SOCK_CLOEXEC|SOCK_NONBLOCK))) { in socketpair() 12 type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK), in socketpair() 15 if (type & SOCK_CLOEXEC) { in socketpair()
|
D | socket.c | 51 && (type&(SOCK_CLOEXEC|SOCK_NONBLOCK))) { in socket() 53 type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK), in socket() 56 if (type & SOCK_CLOEXEC) in socket()
|
D | if_nametoindex.c | 13 if ((fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0)) < 0) return 0; in if_nametoindex()
|
D | res_msend.c | 72 fd = socket(family, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); in __res_msend_rc() 76 fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); in __res_msend_rc()
|
D | if_indextoname.c | 14 if ((fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0)) < 0) return 0; in if_indextoname()
|
D | accept4.c | 14 if (flg & SOCK_CLOEXEC) in accept4()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | socket.c | 51 && (type&(SOCK_CLOEXEC|SOCK_NONBLOCK))) { in socket() 53 type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK), in socket() 56 if (type & SOCK_CLOEXEC) in socket()
|
D | if_nametoindex.c | 13 if ((fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, 0)) < 0) return 0; in if_nametoindex()
|
D | if_indextoname.c | 13 if ((fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, 0)) < 0) return 0; in if_indextoname()
|
/third_party/musl/porting/linux/user/src/network/ |
D | socket.c | 54 && (type & (SOCK_CLOEXEC | SOCK_NONBLOCK))) { in __libc_socket() 56 type & ~(SOCK_CLOEXEC | SOCK_NONBLOCK), in __libc_socket() 61 if (type & SOCK_CLOEXEC) { in __libc_socket()
|
D | res_msend.c | 80 fd = socket(family, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); in res_msend_rc_ext() 84 fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); in res_msend_rc_ext()
|
/third_party/ltp/include/lapi/ |
D | socket.h | 41 #ifndef SOCK_CLOEXEC 42 # define SOCK_CLOEXEC 02000000 macro
|
D | fcntl.h | 21 #ifndef SOCK_CLOEXEC 22 # define SOCK_CLOEXEC O_CLOEXEC macro
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg02.c | 57 sdr = SAFE_SOCKET(PF_INET6, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_IP); in verify_recvmsg() 61 sdw = SAFE_SOCKET(PF_INET6, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP); in verify_recvmsg()
|
/third_party/lwip/ |
D | 0034-add-accept4-and-epoll_create1.patch | 33 + * @param flags only support SOCK_CLOEXEC and SOCK_NONBLOCK 109 + if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)){ 145 +#ifndef SOCK_CLOEXEC 146 +#define SOCK_CLOEXEC O_CLOEXEC
|
/third_party/ltp/testcases/kernel/syscalls/accept4/ |
D | accept4_01.c | 91 { SOCK_CLOEXEC, 0 }, 93 { SOCK_CLOEXEC, SOCK_NONBLOCK },
|
/third_party/musl/arch/mipsn32/bits/ |
D | socket.h | 35 #define SOCK_CLOEXEC 02000000 macro
|
/third_party/musl/arch/mips/bits/ |
D | socket.h | 35 #define SOCK_CLOEXEC 02000000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | socket.h | 35 #define SOCK_CLOEXEC 02000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/socket/ |
D | socket02.c | 31 {SOCK_STREAM | SOCK_CLOEXEC, FD_CLOEXEC, F_GETFD, "close-on-exec"},
|
/third_party/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair02.c | 34 {SOCK_STREAM | SOCK_CLOEXEC, FD_CLOEXEC, F_GETFD, "close-on-exec"},
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 98 #ifndef SOCK_CLOEXEC 99 #define SOCK_CLOEXEC 02000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 94 #ifndef SOCK_CLOEXEC 95 #define SOCK_CLOEXEC 02000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 94 #ifndef SOCK_CLOEXEC 95 #define SOCK_CLOEXEC 02000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 94 #ifndef SOCK_CLOEXEC 95 #define SOCK_CLOEXEC 02000000 macro
|