Home
last modified time | relevance | path

Searched refs:MSG_MORE (Results 1 - 25 of 41) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs15 /// `MSG_MORE`
16 const MORE = c::MSG_MORE;
/third_party/rust/crates/libc/src/unix/newlib/arm/
H A Dmod.rs53 pub const MSG_MORE: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H A Dmod.rs51 pub const MSG_MORE: ::c_int = 0; consts
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt05.c70 SAFE_SEND(1, sock, buf, BUFSIZE, MSG_MORE); in run()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsend_recv.rs29 /// `MSG_MORE`
42 const MORE = c::MSG_MORE;
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs84 pub const MSG_MORE: ::c_int = 0x10; consts
/third_party/ltp/testcases/kernel/syscalls/send/
H A Dsend02.c8 * 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 Dmod.rs132 pub const MSG_MORE: ::c_int = 0; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h217 #define MSG_MORE 0x8000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h343 #define MSG_MORE 0x8000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h334 #define MSG_MORE 0x8000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h343 #define MSG_MORE 0x8000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h345 #define MSG_MORE 0x8000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h349 #define MSG_MORE 0x8000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h343 #define MSG_MORE 0x8000 macro
/third_party/musl/include/sys/
H A Dsocket.h349 #define MSG_MORE 0x8000 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_linux.c87 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 Dcrypto_linux.c87 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 Dsockets.h264 #define MSG_MORE 0x10 /* Sender will send more */ macro
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c494 msg.msg_flags = MSG_MORE; in afalg_start_cipher_sk()
/third_party/openssl/engines/
H A De_afalg.c494 msg.msg_flags = MSG_MORE; in afalg_start_cipher_sk()
/third_party/lwip/src/api/
H A Dsockets.c1456 ((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 Dtest_socket.py6351 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 Dmod.rs672 pub const MSG_MORE: ::c_int = 0x10; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs790 pub const MSG_MORE: ::c_int = 0x8000; consts

Completed in 63 milliseconds

12