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

1 2 3

  /external/strace/xlat/
msg_flags.h 6 #if defined(MSG_OOB) || (defined(HAVE_DECL_MSG_OOB) && HAVE_DECL_MSG_OOB)
8 static_assert((MSG_OOB) == (0x1), "MSG_OOB != 0x1");
11 # define MSG_OOB 0x1
184 XLAT(MSG_OOB),
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 44 message_out_of_band = ASIO_OS_DEF(MSG_OOB));
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 83 MSG_OOB = 0x1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.c 153 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), MSG_OOB );
  /bionic/tests/headers/posix/
sys_socket_h.c 117 MACRO(MSG_OOB);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.c 184 MSG_OOB );
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 101 # define ASIO_OS_DEF_MSG_OOB MSG_OOB
  /external/ltp/testcases/kernel/syscalls/recv/
recv01.c 98 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_OOB,
99 -1, EINVAL, setup1, cleanup1, "invalid MSG_OOB flag set"}
  /external/ltp/testcases/kernel/syscalls/recvfrom/
recvfrom01.c 118 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_OOB,
120 -1, EINVAL, setup1, cleanup1, "invalid MSG_OOB flag set"},
  /external/ltp/testcases/kernel/syscalls/send/
send01.c 149 .flags = MSG_OOB,
  /bionic/libc/include/sys/
socket.h 234 #define MSG_OOB 1
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 454 #define MSG_OOB 0x0001 /* process out-of-band data */
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto01.c 218 .flags = MSG_OOB,
  /external/python/cpython2/Lib/plat-beos5/
IN.py 315 MSG_OOB = 0x1
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 159 &msgdat, MSG_OOB, (struct sockaddr *)&from,
161 "invalid MSG_OOB flag set"}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
236 self.sock.sendall(line, MSG_OOB)
    [all...]
  /external/python/cpython2/Lib/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
243 self.sock.sendall(line, MSG_OOB)
    [all...]
  /external/python/cpython3/Lib/
ftplib.py 47 MSG_OOB = 0x1 # Process data out of band
264 self.sock.sendall(line, MSG_OOB)
805 # overridden as we can't pass MSG_OOB flag to sendall()
    [all...]
  /external/python/cpython3/Lib/test/
test_asyncore.py 666 self.socket.recv(1024, socket.MSG_OOB)
672 self.socket.send(bytes(chr(244), 'latin-1'), socket.MSG_OOB)
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg01.c 315 .flags = MSG_OOB,
  /external/python/cpython2/Lib/plat-atheos/
IN.py 758 MSG_OOB = 1
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 325 MSG_OOB = 0x1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 615 self.socket.send(chr(244), socket.MSG_OOB)
  /external/python/cpython2/Lib/test/
test_asyncore.py 632 self.socket.send(chr(244), socket.MSG_OOB)
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c     [all...]

Completed in 4628 milliseconds

1 2 3