Searched refs:packet_pattern_21 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_logger.cc862 int packet_pattern_21 = 0; local
871 packet_pattern_21 >>= 1;
874 packet_pattern_21 |= (1 << 20); // Turn on the 21st bit.
881 packet_pattern_21, i);
887 packet_pattern_21, 21);
892 int recent_6_mask = packet_pattern_21 >> 15;

Completed in 594 milliseconds