Lines Matching refs:packet
78 // payload of the packet.
80 const QuicPublicResetPacket& /*packet*/) OVERRIDE {
84 const QuicVersionNegotiationPacket& /*packet*/) OVERRIDE {
209 const QuicEncryptedPacket& packet) {
212 current_packet_ = &packet;
213 // ProcessPacket will cause the packet to be dispatched in
216 framer_.ProcessPacket(packet);
217 // TODO(rjshade): Return a status describing if/why a packet was dropped,
235 // Ensure the packet has a version negotiation bit set before creating a new
237 // have the flag set. Otherwise it may be a stray packet.
250 // TODO(ianswett): Produce a no-version version negotiation packet.
254 // Use the version in the packet if possible, otherwise assume the latest.
271 // Do not parse the packet further. The session will process it completely.
394 // Public reset packets do not have sequence numbers, so ignore the packet.
403 // Continue parsing the packet to extract the sequence number. Then