OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKET_PUBLIC_FLAGS_VERSION
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_framer.cc
435
uint8 flags = static_cast<uint8>(
PACKET_PUBLIC_FLAGS_VERSION
|
602
public_flags |=
PACKET_PUBLIC_FLAGS_VERSION
;
718
(public_flags &
PACKET_PUBLIC_FLAGS_VERSION
) != 0;
[
all
...]
quic_protocol.h
186
PACKET_PUBLIC_FLAGS_VERSION
= 1 << 0,
[
all
...]
Completed in 36 milliseconds