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

1 2 3 4 5

  /external/strace/xlat/
msg_flags.h 12 #if defined(MSG_OOB) || (defined(HAVE_DECL_MSG_OOB) && HAVE_DECL_MSG_OOB)
13 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
  /libcore/ojluni/src/main/native/
SocketChannelImpl.c 95 int n = send(fdval(env, fdo), (const void*)&b, 1, MSG_OOB);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 204 MSG_OOB = 0x01, /* Process out-of-band data. */
205 #define MSG_OOB MSG_OOB
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 204 MSG_OOB = 0x01, /* Process out-of-band data. */
205 #define MSG_OOB MSG_OOB
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.c 153 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), MSG_OOB );
  /libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java 47 import static android.system.OsConstants.MSG_OOB;
299 Libcore.os.sendto(fd, buffer, 0, 1, MSG_OOB, null, 0);
  /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,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 216 #undef 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/syslinux/core/lwip/src/include/lwip/
sockets.h 132 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and semantics of out-of-band data are protocol-specific */
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 159 &msgdat, MSG_OOB, (struct sockaddr *)&from,
161 "invalid MSG_OOB flag set"}
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 217 if ((msg.msg_flags & (MSG_CTRUNC | MSG_OOB | MSG_ERRQUEUE)) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 257 #define MSG_OOB 0x1
  /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
241 self.sock.sendall(line, MSG_OOB)
    [all...]

Completed in 903 milliseconds

1 2 3 4 5