Home | History | Annotate | Download | only in udp

Lines Matching refs:IPEndPoint

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