HomeSort by relevance Sort by last modified time
    Searched refs:PacketLength (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
pfhook.h 48 IN unsigned int PacketLength,
ndis.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
asyncstuntcpsocket.cc 40 typedef uint16 PacketLength;
41 static const size_t kPacketLenSize = sizeof(PacketLength);
146 PacketLength pkt_len =
  /external/chromium_org/third_party/webrtc/base/
asynctcpsocket.cc 27 typedef uint16 PacketLength;
28 static const size_t kPacketLenSize = sizeof(PacketLength);
259 PacketLength pkt_len = HostToNetwork16(static_cast<PacketLength>(cb));
281 PacketLength pkt_len = rtc::GetBE16(data);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 25 typedef uint16 PacketLength;
26 const int kPacketHeaderSize = sizeof(PacketLength);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 234 USHORT PacketLength;

Completed in 151 milliseconds