/external/strace/xlat/ |
D | msg_flags.h | 55 #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),
|
D | msg_flags.in | 9 MSG_EOR 0x80
|
/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_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_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_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_recvmsg.c | 143 MSG_EOR, 0, 0); in main() 149 ((i==14)?MSG_EOR:0), 0, 0); 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()
|
/external/syzkaller/sys/netbsd/ |
D | socket_amd64.const | 43 MSG_EOR = 8
|
/external/syzkaller/sys/freebsd/ |
D | socket_amd64.const | 52 MSG_EOR = 8
|
/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/syzkaller/sys/linux/ |
D | socket_ppc64le.const | 135 MSG_EOR = 128
|
D | socket_386.const | 135 MSG_EOR = 128
|
D | socket_arm64.const | 135 MSG_EOR = 128
|
D | socket_arm.const | 135 MSG_EOR = 128
|
D | socket_amd64.const | 135 MSG_EOR = 128
|