socket_host_tcp_unittest.cc | 99 std::vector<char> packet2; local 100 CreateStunResponse(&packet2); 101 socket_host_->Send(dest_, packet2, net::DSCP_NO_CHANGE, 0); 110 expected_data.append(IntToSize(packet2.size())); 111 expected_data.append(packet2.begin(), packet2.end()); 130 std::vector<char> packet2; local 131 CreateStunResponse(&packet2); 132 socket_host_->Send(dest_, packet2, net::DSCP_NO_CHANGE, 0); 141 received_data.append(IntToSize(packet2.size())) 225 std::vector<char> packet2; local 252 std::vector<char> packet2; local 280 std::vector<char> packet2; local 341 std::vector<char> packet2; local [all...] |