OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKET_PUBLIC_FLAGS_MAX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_protocol.h
248
PACKET_PUBLIC_FLAGS_MAX
= (1 << 6) - 1
[
all
...]
quic_framer.cc
861
!public_header->version_flag && public_flags >
PACKET_PUBLIC_FLAGS_MAX
) {
934
if (version == quic_version_ && public_flags >
PACKET_PUBLIC_FLAGS_MAX
) {
[
all
...]
Completed in 6278 milliseconds