Home
last modified time | relevance | path

Searched refs:QUIC_PACKET_TOO_LARGE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
Dquic_utils.cc168 RETURN_STRING_LITERAL(QUIC_PACKET_TOO_LARGE); in ErrorToString()
Dquic_protocol.h372 QUIC_PACKET_TOO_LARGE = 14, enumerator
Dquic_framer.cc523 return RaiseError(QUIC_PACKET_TOO_LARGE); in ProcessDataPacket()
579 return RaiseError(QUIC_PACKET_TOO_LARGE); in ProcessRevivedPacket()
Dquic_framer_test.cc602 EXPECT_EQ(QUIC_PACKET_TOO_LARGE, framer_.error()); in TEST_P()