/external/ltp/utils/sctp/func_tests/ |
D | test_fragments.c | 199 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()
|
D | test_peeloff.c | 192 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()
|
D | test_sctp_sendrecvmsg.c | 220 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()
|
D | test_1_to_1_sendmsg.c | 325 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()
|
D | test_recvmsg.c | 143 MSG_EOR, 0, 0); in main() 149 ((i==14)?MSG_EOR:0), 0, 0); in main()
|
D | test_inaddr_any.c | 198 MSG_EOR, stream, ppid); in main() 228 MSG_EOR, stream, ppid); in main() 233 MSG_EOR, stream, ppid); in main()
|
D | test_timetolive.c | 255 MSG_EOR, stream, ppid); in main() 344 } while (!(inmessage.msg_flags & MSG_EOR)); in main() 350 MSG_EOR, stream, ppid); in main()
|
D | test_basic.c | 253 MSG_EOR, stream, ppid); in main() 337 MSG_EOR, stream, ppid); in main() 342 MSG_EOR, stream, ppid); in main()
|
D | test_autoclose.c | 143 MSG_EOR|MSG_CTRUNC, 0, 0); in main()
|
D | test_1_to_1_threads.c | 85 test_check_msg_data(&inmessage, cnt, strlen(message) + 1, MSG_EOR, in t_recv()
|
D | test_1_to_1_events.c | 173 MSG_EOR, stream, ppid); in main()
|
D | test_1_to_1_nonblock.c | 201 test_check_msg_data(&inmessage, error, msg_count, MSG_EOR, 0, 0); in main()
|
D | test_assoc_shutdown.c | 176 MSG_EOR, stream, ppid); in main()
|
D | test_assoc_abort.c | 176 MSG_EOR, stream, ppid); in main()
|
D | test_sockopt.c | 232 MSG_EOR, stream, ppid); in main() 333 MSG_EOR, 0, 0); in main()
|
/external/strace/xlat/ |
D | msg_flags.h | 30 #if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR) 31 XLAT(MSG_EOR),
|
D | msg_flags.in | 8 MSG_EOR
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | SOCKET.py | 86 MSG_EOR = 0x8 variable
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_base.hpp | 48 message_end_of_record = ASIO_OS_DEF(MSG_EOR));
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_types.hpp | 104 # define ASIO_OS_DEF_MSG_EOR MSG_EOR
|
/external/netperf/src/ |
D | nettest_sctp.c | 2946 } 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/ |
D | IN.py | 330 MSG_EOR = 0x30 variable
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4987 #ifdef MSG_EOR 4988 PyModule_AddIntConstant(m, "MSG_EOR", MSG_EOR);
|