Home
last modified time | relevance | path

Searched refs:MSG_EOR (Results 1 – 25 of 51) 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/usrsctp/programs/
Decho_server.c112 if (flags & MSG_EOR) {
241 (flags & MSG_EOR) ? 1 : 0);
242 if (flags & MSG_EOR) {
261 (flags & MSG_EOR) ? 1 : 0);
Ddiscard_server.c226 (flags & MSG_EOR) ? 1 : 0);
231 (flags & MSG_EOR) ? 1 : 0);
Dtsctp_upcall.c253 (recv_flags & MSG_EOR) ? "- EOR" : "" in handle_upcall()
257 printf("Message received - %zd bytes %s\n", n, (recv_flags & MSG_EOR) ? "- EOR" : ""); in handle_upcall()
261 if (recv_flags & MSG_EOR) { in handle_upcall()
Decho_server_upcall.c135 if (flags & MSG_EOR) { in handle_upcall()
/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_recvmsg.c143 MSG_EOR, 0, 0); in main()
149 ((i==14)?MSG_EOR:0), 0, 0); 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_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_abort.c176 MSG_EOR, stream, ppid); in main()
Dtest_assoc_shutdown.c176 MSG_EOR, stream, ppid); in main()
Dtest_sockopt.c232 MSG_EOR, stream, ppid); in main()
333 MSG_EOR, 0, 0); in main()
/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/webrtc/media/sctp/
Dsctp_transport.cc1131 << ", eor=" << ((flags & MSG_EOR) ? "y" : "n"); in OnDataOrNotificationFromSctp()
1171 if (!(flags & MSG_EOR)) { in OnDataOrNotificationFromSctp()

123