HomeSort by relevance Sort by last modified time
    Searched full:dest1_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp_unittest.cc 171 dest1_ = ParseAddress(kTestIpAddress1, kTestPort1);
182 net::IPEndPoint dest1_; member in class:content::P2PSocketHostUdpTest
196 socket_host_->Send(dest1_, packet1);
200 socket_host_->Send(dest1_, packet2);
204 socket_host_->Send(dest1_, packet3);
221 socket_host_->Send(dest1_, packet);
229 // Receive packet from |dest1_|.
235 socket_->ReceivePacket(dest1_, request_packet);
237 // Now we should be able to send any data to |dest1_|.
243 socket_host_->Send(dest1_, packet)
    [all...]

Completed in 5731 milliseconds