Home | History | Annotate | Download | only in socket

Lines Matching defs:ip_end_point

734   IPEndPoint ip_end_point;
735 if (!ip_end_point.FromSockAddr(storage.addr, storage.addr_len)) {
745 int adopt_result = tcp_socket->AdoptConnectedSocket(new_socket, ip_end_point);
751 *address = ip_end_point;
753 CreateNetLogIPEndPointCallback(&ip_end_point));