Home
last modified time | relevance | path

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

123

/external/strace/xlat/
Dmsg_flags.h55 #if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR)
57 static_assert((MSG_EOR) == (0x80), "MSG_EOR != 0x80");
60 # define MSG_EOR 0x80
192 XLAT(MSG_EOR),
Dmsg_flags.in9 MSG_EOR 0x80
/external/ltp/utils/sctp/func_tests/
Dtest_fragments.c199 test_check_msg_data(&inmessage, error, msg_len, MSG_EOR, stream, ppid); in main()
259 if (inmessage.msg_flags & MSG_EOR) { in main()
261 MSG_EOR, stream, ppid); in main()
275 MSG_EOR, stream, ppid); in main()
Dtest_peeloff.c192 MSG_EOR, stream, ppid); in main()
233 MSG_EOR, stream, ppid); in main()
254 MSG_EOR, stream, ppid); in main()
273 MSG_EOR, stream, ppid); in main()
Dtest_1_to_1_sendmsg.c325 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
338 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
358 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
371 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
Dtest_sctp_sendrecvmsg.c220 strlen(message) + 1, MSG_EOR, stream, ppid); in main()
281 } while (!(msg_flags & MSG_EOR)); in main()
291 strlen(nottlmsg) + 1, MSG_EOR, stream, ppid); in main()
357 strlen(message) + 1, MSG_EOR, snd_sinfo.sinfo_stream, in main()
Dtest_inaddr_any.c198 MSG_EOR, stream, ppid); in main()
228 MSG_EOR, stream, ppid); in main()
233 MSG_EOR, stream, ppid); in main()
Dtest_recvmsg.c143 MSG_EOR, 0, 0); in main()
149 ((i==14)?MSG_EOR:0), 0, 0); in main()
Dtest_timetolive.c255 MSG_EOR, stream, ppid); in main()
344 } while (!(inmessage.msg_flags & MSG_EOR)); in main()
350 MSG_EOR, stream, ppid); in main()
Dtest_basic.c253 MSG_EOR, stream, ppid); in main()
337 MSG_EOR, stream, ppid); in main()
342 MSG_EOR, stream, ppid); in main()
Dtest_autoclose.c143 MSG_EOR|MSG_CTRUNC, 0, 0); in main()
Dtest_1_to_1_threads.c85 test_check_msg_data(&inmessage, cnt, strlen(message) + 1, MSG_EOR, in t_recv()
Dtest_1_to_1_events.c173 MSG_EOR, stream, ppid); in main()
Dtest_1_to_1_nonblock.c201 test_check_msg_data(&inmessage, error, msg_count, MSG_EOR, 0, 0); in main()
Dtest_assoc_shutdown.c176 MSG_EOR, stream, ppid); in main()
/external/syzkaller/sys/netbsd/
Dsocket_amd64.const43 MSG_EOR = 8
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const52 MSG_EOR = 8
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py86 MSG_EOR = 0x8 variable
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp48 message_end_of_record = ASIO_OS_DEF(MSG_EOR));
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp104 # define ASIO_OS_DEF_MSG_EOR MSG_EOR
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const135 MSG_EOR = 128
Dsocket_386.const135 MSG_EOR = 128
Dsocket_arm64.const135 MSG_EOR = 128
Dsocket_arm.const135 MSG_EOR = 128
Dsocket_amd64.const135 MSG_EOR = 128

123