HomeSort by relevance Sort by last modified time
    Searched refs:MSG_EOR (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/strace/xlat/
msg_flags.h 33 #if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR)
34 XLAT(MSG_EOR),
  /external/ltp/utils/sctp/func_tests/
test_recvmsg.c 39 * 1. MSG_EOR flag is set correctly when a single message is read using multiple
143 MSG_EOR, 0, 0);
149 ((i==14)?MSG_EOR:0), 0, 0);
153 tst_resm(TPASS, "MSG_EOR in msg_flags set correctly");
test_fragments.c 199 test_check_msg_data(&inmessage, error, msg_len, MSG_EOR, stream, ppid);
259 if (inmessage.msg_flags & MSG_EOR) {
261 MSG_EOR, stream, ppid);
275 MSG_EOR, stream, ppid);
test_peeloff.c 192 MSG_EOR, stream, ppid);
233 MSG_EOR, stream, ppid);
254 MSG_EOR, stream, ppid);
273 MSG_EOR, stream, ppid);
test_sctp_sendrecvmsg.c 220 strlen(message) + 1, MSG_EOR, stream, ppid);
281 } while (!(msg_flags & MSG_EOR));
291 strlen(nottlmsg) + 1, MSG_EOR, stream, ppid);
357 strlen(message) + 1, MSG_EOR, snd_sinfo.sinfo_stream,
test_inaddr_any.c 198 MSG_EOR, stream, ppid);
228 MSG_EOR, stream, ppid);
233 MSG_EOR, stream, ppid);
test_1_to_1_sendmsg.c 325 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0);
338 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0);
358 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0);
371 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0);
test_basic.c 253 MSG_EOR, stream, ppid);
337 MSG_EOR, stream, ppid);
342 MSG_EOR, stream, ppid);
test_timetolive.c 255 MSG_EOR, stream, ppid);
344 } while (!(inmessage.msg_flags & MSG_EOR));
350 MSG_EOR, stream, ppid);
test_1_to_1_events.c 173 MSG_EOR, stream, ppid);
test_1_to_1_threads.c 85 test_check_msg_data(&inmessage, cnt, strlen(message) + 1, MSG_EOR,
test_autoclose.c 143 MSG_EOR|MSG_CTRUNC, 0, 0);
test_1_to_1_nonblock.c 201 test_check_msg_data(&inmessage, error, msg_count, MSG_EOR, 0, 0);
test_assoc_abort.c 176 MSG_EOR, stream, ppid);
test_assoc_shutdown.c 176 MSG_EOR, stream, ppid);
test_sockopt.c 232 MSG_EOR, stream, ppid);
333 MSG_EOR, 0, 0);
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 48 message_end_of_record = ASIO_OS_DEF(MSG_EOR));
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 86 MSG_EOR = 0x8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 223 MSG_EOR = 0x80, /* End of record. */
224 #define MSG_EOR MSG_EOR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 223 MSG_EOR = 0x80, /* End of record. */
224 #define MSG_EOR MSG_EOR
  /bionic/tests/headers/posix/
sys_socket_h.c 116 MACRO(MSG_EOR);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 104 # define ASIO_OS_DEF_MSG_EOR MSG_EOR
  /art/dt_fd_forward/
dt_fd_forward.cc 105 TEMP_FAILURE_RETRY(send(fd, kListenStartMessage, sizeof(kListenStartMessage), MSG_EOR));
121 TEMP_FAILURE_RETRY(send(fd, kListenEndMessage, sizeof(kListenEndMessage), MSG_EOR));
276 TEMP_FAILURE_RETRY(send(fd, kAcceptMessage, sizeof(kAcceptMessage), MSG_EOR));
402 TEMP_FAILURE_RETRY(send(fd, kCloseMessage, sizeof(kCloseMessage), MSG_EOR));
  /bionic/libc/include/sys/
socket.h 242 #define MSG_EOR 0x80
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 457 #define MSG_EOR 0x0008 /* data completes record */

Completed in 251 milliseconds

1 2 3 4