/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_sctp_sendrecvmsg.c | 224 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()
|
H A D | test_fragments.c | 203 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()
|
H A D | test_peeloff.c | 196 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()
|
H A D | test_inaddr_any.c | 202 MSG_EOR, stream, ppid); in main() 232 MSG_EOR, stream, ppid); in main() 237 MSG_EOR, stream, ppid); in main()
|
H A D | test_recvmsg.c | 39 * 1. MSG_EOR flag is set correctly when a single message is read using multiple 147 MSG_EOR, 0, 0); in main() 153 ((i==14)?MSG_EOR:0), 0, 0); in main() 157 tst_resm(TPASS, "MSG_EOR in msg_flags set correctly"); in main()
|
H A D | test_1_to_1_sendmsg.c | 329 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()
|
H A D | test_basic.c | 257 MSG_EOR, stream, ppid); in main() 341 MSG_EOR, stream, ppid); in main() 346 MSG_EOR, stream, ppid); in main()
|
H A D | test_timetolive.c | 259 MSG_EOR, stream, ppid); in main() 348 } while (!(inmessage.msg_flags & MSG_EOR)); in main() 354 MSG_EOR, stream, ppid); in main()
|
H A D | test_autoclose.c | 147 MSG_EOR|MSG_CTRUNC, 0, 0); in main()
|
H A D | test_1_to_1_events.c | 177 MSG_EOR, stream, ppid); in main()
|
H A D | test_1_to_1_threads.c | 86 test_check_msg_data(&inmessage, cnt, strlen(message) + 1, MSG_EOR, in t_recv()
|
H A D | test_1_to_1_nonblock.c | 205 test_check_msg_data(&inmessage, error, msg_count, MSG_EOR, 0, 0); in main()
|
H A D | test_assoc_abort.c | 180 MSG_EOR, stream, ppid); in main()
|
H A D | test_assoc_shutdown.c | 180 MSG_EOR, stream, ppid); in main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | send_recv.rs | 14 const EOT = c::MSG_EOR;
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | send_recv.rs | 26 /// `MSG_EOR` 28 const EOT = c::MSG_EOR;
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ktls.h | 156 if ((msg.msg_flags & (MSG_EOR | MSG_CTRUNC)) != MSG_EOR) { in ktls_read_record()
|
/third_party/openssl/include/internal/ |
H A D | ktls.h | 156 if ((msg.msg_flags & (MSG_EOR | MSG_CTRUNC)) != MSG_EOR) { in ktls_read_record()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 80 C(MSG_EOR) in f()
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
H A D | mod.rs | 88 pub const MSG_EOR: ::c_int = 0x08; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 209 #define MSG_EOR 0x80 macro
|
/third_party/ffmpeg/libavformat/ |
H A D | sctp.c | 344 ret = ff_sctp_send(s->fd, buf + 2, size - 2, &info, MSG_EOR); in sctp_write()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 335 #define MSG_EOR 0x0080 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 326 #define MSG_EOR 0x0080 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 335 #define MSG_EOR 0x0080 macro
|