Lines Matching refs:IPEndPoint
54 const IPEndPoint& address) { in SendToSocket()
113 IPEndPoint recv_from_address_;
117 void CreateUDPAddress(std::string ip_str, int port, IPEndPoint* address) { in CreateUDPAddress()
122 *address = IPEndPoint(ip_number, port); in CreateUDPAddress()
130 IPEndPoint bind_address; in TEST_F()
137 IPEndPoint server_address; in TEST_F()
175 IPEndPoint bind_address; in TEST_F()
188 IPEndPoint server_address; in TEST_F()
203 IPEndPoint client_address; in TEST_F()
239 net::IPEndPoint remote_address(ip_number, 80); in TEST_F()
241 net::IPEndPoint local_address(ip_number, 80); in TEST_F()
253 IPEndPoint fetched_local_address; in TEST_F()
263 IPEndPoint fetched_remote_address; in TEST_F()
272 IPEndPoint bind_address; in TEST_F()
278 IPEndPoint local_address; in TEST_F()
288 IPEndPoint bind_address; in TEST_F()
294 IPEndPoint peer_address; in TEST_F()
301 IPEndPoint bind_address; in TEST_F()
308 IPEndPoint from; in TEST_F()