Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_time_wait_list_manager_test.cc142 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in AddStatelessConnectionId() local
302 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
319 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
433 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
519 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
645 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
670 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
696 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in TEST_F() local
H A 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()
H A Dquic_time_wait_list_manager.h51 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; member
H A Dquic_dispatcher.cc1099 std::vector<std::unique_ptr<QuicEncryptedPacket>> termination_packets; in StatelesslyTerminateConnection() local
H A Dquic_connection.h1061 std::vector<std::unique_ptr<QuicEncryptedPacket>>* termination_packets() { in termination_packets() function