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

  /external/chromium_org/net/quic/
quic_framer.cc 516 uint8 flags = static_cast<uint8>(PACKET_PUBLIC_FLAGS_RST |
733 public_flags |= PACKET_PUBLIC_FLAGS_RST;
856 public_header->reset_flag = (public_flags & PACKET_PUBLIC_FLAGS_RST) != 0;
    [all...]
quic_protocol.h 225 PACKET_PUBLIC_FLAGS_RST = 1 << 1,
    [all...]

Completed in 52 milliseconds