Home
last modified time | relevance | path

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

/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_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_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_recvmsg.c143 MSG_EOR, 0, 0); in main()
149 ((i==14)?MSG_EOR:0), 0, 0); 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_shutdown.c176 MSG_EOR, stream, ppid); in main()
Dtest_assoc_abort.c176 MSG_EOR, stream, ppid); in main()
Dtest_sockopt.c232 MSG_EOR, stream, ppid); in main()
333 MSG_EOR, 0, 0); in main()
/external/strace/xlat/
Dmsg_flags.h30 #if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR)
31 XLAT(MSG_EOR),
Dmsg_flags.in8 MSG_EOR
/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/netperf/src/
Dnettest_sctp.c2946 } while (!(msg_flags & MSG_EOR)); in send_sctp_rr()
3482 while(!(msg_flags & MSG_EOR)) { in recv_sctp_rr()
3999 while (!(msg_flags & MSG_EOR)) { in send_sctp_rr_1toMany()
4551 } while(!(msg_flags & MSG_EOR)); in recv_sctp_rr_1toMany()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py330 MSG_EOR = 0x30 variable
/external/python/cpython2/Modules/
Dsocketmodule.c4987 #ifdef MSG_EOR
4988 PyModule_AddIntConstant(m, "MSG_EOR", MSG_EOR);