Home
last modified time | relevance | path

Searched defs:termination_packets (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_wait_list_manager_test.cc151 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in AddStatelessConnectionId() local
318 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
335 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
449 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
535 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
661 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
686 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
712 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
Dquic_time_wait_list_manager.cc52 std::vector<std::unique_ptr<QuicEncryptedPacket>>* termination_packets, in TimeWaitConnectionInfo()
60 std::vector<std::unique_ptr<QuicEncryptedPacket>>* termination_packets, in TimeWaitConnectionInfo()
Dquic_time_wait_list_manager.h51 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; member
Dquic_dispatcher.cc1067 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in StatelesslyTerminateConnection() local
Dquic_connection.h1030 std::vector<std::unique_ptr<QuicEncryptedPacket>>* termination_packets() { in termination_packets() function