HomeSort by relevance Sort by last modified time
    Searched refs:SOCK_SEQPACKET (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /system/core/liblog/
log_read.c 592 SOCK_SEQPACKET);
677 /* NOTE: SOCK_SEQPACKET guarantees we read exactly one full entry */
  /frameworks/native/libs/input/
InputTransport.cpp 123 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets)) {
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 463 initConstant(env, c, "SOCK_SEQPACKET", SOCK_SEQPACKET);
  /system/core/init/
init.c 272 (!strcmp(si->type, "dgram") ? SOCK_DGRAM : SOCK_SEQPACKET));
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc 371 socket_type = SOCK_SEQPACKET;
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 180 #define SOCK_SEQPACKET 5
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socket.c 1182 if ((type != SOCK_STREAM) && (type != SOCK_SEQPACKET)) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 323 socket.SOCK_SEQPACKET
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 323 socket.SOCK_SEQPACKET
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.c     [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 387 milliseconds

1 2 3 45