Lines Matching refs:response2
3004 const auto* response2 = port2->last_stun_msg(); in TEST_P() local
3005 ASSERT_TRUE(response2 != nullptr); in TEST_P()
3009 ASSERT_EQ(response2->type(), GOOG_PING_RESPONSE); in TEST_P()
3011 ASSERT_EQ(response2->type(), STUN_BINDING_RESPONSE); in TEST_P()
3252 const auto* response2 = port2->last_stun_msg(); in TEST_F() local
3253 ASSERT_TRUE(response2 != nullptr); in TEST_F()
3256 ASSERT_EQ(response2->type(), GOOG_PING_RESPONSE); in TEST_F()
3338 const auto* response2 = port2->last_stun_msg(); in TEST_F() local
3339 ASSERT_TRUE(response2 != nullptr); in TEST_F()
3342 ASSERT_EQ(response2->type(), GOOG_PING_RESPONSE); in TEST_F()
3347 error_response.SetTransactionID(response2->transaction_id()); in TEST_F()