/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | send_recv.rs | 15 /// `MSG_MORE` 16 const MORE = c::MSG_MORE;
|
/third_party/rust/crates/libc/src/unix/newlib/arm/ |
H A D | mod.rs | 53 pub const MSG_MORE: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
H A D | mod.rs | 51 pub const MSG_MORE: ::c_int = 0; consts
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt05.c | 70 SAFE_SEND(1, sock, buf, BUFSIZE, MSG_MORE); in run()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | send_recv.rs | 29 /// `MSG_MORE` 42 const MORE = c::MSG_MORE;
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
H A D | mod.rs | 84 pub const MSG_MORE: ::c_int = 0x10; consts
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send02.c | 8 * with MSG_MORE flag 82 /* expected error immediately after send(MSG_MORE) */ in check_recv() 157 tc->send(sock, sendbuf, SENDSIZE, MSG_MORE); in run() 176 tst_res(TPASS, "MSG_MORE works correctly"); in run()
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 132 pub const MSG_MORE: ::c_int = 0; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 217 #define MSG_MORE 0x8000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 343 #define MSG_MORE 0x8000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 334 #define MSG_MORE 0x8000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 343 #define MSG_MORE 0x8000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 345 #define MSG_MORE 0x8000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 349 #define MSG_MORE 0x8000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 343 #define MSG_MORE 0x8000 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 349 #define MSG_MORE 0x8000 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_linux.c | 87 res = send(t, addr[i], len[i], i + 1 < num_elem ? MSG_MORE : 0); in linux_af_alg_hash_vector() 322 res = send(ctx->t, data, len, MSG_MORE); in crypto_hash_update()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_linux.c | 87 res = send(t, addr[i], len[i], i + 1 < num_elem ? MSG_MORE : 0); in linux_af_alg_hash_vector() 322 res = send(ctx->t, data, len, MSG_MORE); in crypto_hash_update()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 264 #define MSG_MORE 0x10 /* Sender will send more */ macro
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 494 msg.msg_flags = MSG_MORE; in afalg_start_cipher_sk()
|
/third_party/openssl/engines/ |
H A D | e_afalg.c | 494 msg.msg_flags = MSG_MORE; in afalg_start_cipher_sk()
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 1456 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send() 1500 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg_internal() 1510 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg_internal()
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 6351 op.send(b'a', socket.MSG_MORE) 6352 op.send(b'b', socket.MSG_MORE) 6353 op.send(b'c', socket.MSG_MORE) 6380 flags=socket.MSG_MORE) 6430 assoclen=assoclen, flags=socket.MSG_MORE) 6431 op.sendall(assoc, socket.MSG_MORE)
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 672 pub const MSG_MORE: ::c_int = 0x10; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 790 pub const MSG_MORE: ::c_int = 0x8000; consts
|