Home
last modified time | relevance | path

Searched refs:MSG_EOR (Results 1 – 25 of 62) sorted by relevance

123

/third_party/ltp/utils/sctp/func_tests/
Dtest_fragments.c203 test_check_msg_data(&inmessage, error, msg_len, MSG_EOR, stream, ppid); in main()
263 if (inmessage.msg_flags & MSG_EOR) { in main()
265 MSG_EOR, stream, ppid); in main()
279 MSG_EOR, stream, ppid); in main()
Dtest_peeloff.c196 MSG_EOR, stream, ppid); in main()
237 MSG_EOR, stream, ppid); in main()
258 MSG_EOR, stream, ppid); in main()
277 MSG_EOR, stream, ppid); in main()
Dtest_1_to_1_sendmsg.c329 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
342 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
362 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
375 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
Dtest_sctp_sendrecvmsg.c224 strlen(message) + 1, MSG_EOR, stream, ppid); in main()
285 } while (!(msg_flags & MSG_EOR)); in main()
295 strlen(nottlmsg) + 1, MSG_EOR, stream, ppid); in main()
361 strlen(message) + 1, MSG_EOR, snd_sinfo.sinfo_stream, in main()
Dtest_inaddr_any.c202 MSG_EOR, stream, ppid); in main()
232 MSG_EOR, stream, ppid); in main()
237 MSG_EOR, stream, ppid); in main()
Dtest_recvmsg.c147 MSG_EOR, 0, 0); in main()
153 ((i==14)?MSG_EOR:0), 0, 0); in main()
Dtest_timetolive.c259 MSG_EOR, stream, ppid); in main()
348 } while (!(inmessage.msg_flags & MSG_EOR)); in main()
354 MSG_EOR, stream, ppid); in main()
Dtest_basic.c257 MSG_EOR, stream, ppid); in main()
341 MSG_EOR, stream, ppid); in main()
346 MSG_EOR, stream, ppid); in main()
Dtest_autoclose.c147 MSG_EOR|MSG_CTRUNC, 0, 0); in main()
Dtest_1_to_1_threads.c86 test_check_msg_data(&inmessage, cnt, strlen(message) + 1, MSG_EOR, in t_recv()
Dtest_1_to_1_events.c177 MSG_EOR, stream, ppid); in main()
Dtest_1_to_1_nonblock.c205 test_check_msg_data(&inmessage, error, msg_count, MSG_EOR, 0, 0); in main()
Dtest_assoc_abort.c180 MSG_EOR, stream, ppid); in main()
Dtest_assoc_shutdown.c180 MSG_EOR, stream, ppid); in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsend_recv.rs14 const EOT = c::MSG_EOR;
/third_party/node/deps/openssl/openssl/include/internal/
Dktls.h156 if ((msg.msg_flags & (MSG_EOR | MSG_CTRUNC)) != MSG_EOR) { in ktls_read_record()
/third_party/openssl/include/internal/
Dktls.h156 if ((msg.msg_flags & (MSG_EOR | MSG_CTRUNC)) != MSG_EOR) { in ktls_read_record()
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsend_recv.rs28 const EOT = c::MSG_EOR;
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs24 MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_ERRQUEUE, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PEEK,
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs88 pub const MSG_EOR: ::c_int = 0x08; constant
/third_party/musl/libc-test/src/api/
Dsys_socket.c80 C(MSG_EOR) in f()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h209 #define MSG_EOR 0x80 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h335 #define MSG_EOR 0x0080 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h335 #define MSG_EOR 0x0080 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h341 #define MSG_EOR 0x0080 macro

123