Home | History | Annotate | Download | only in ftp

Lines Matching refs:ip_endpoint

677     IPEndPoint ip_endpoint;
678 result = ctrl_socket_->GetPeerAddress(&ip_endpoint);
680 response_.socket_address = HostPortPair::FromIPEndPoint(ip_endpoint);
683 if (ip_endpoint.GetFamily() == ADDRESS_FAMILY_IPV4) {
1243 IPEndPoint ip_endpoint;
1247 int rv = ctrl_socket_->GetPeerAddress(&ip_endpoint);
1251 ip_endpoint.address(), data_connection_port_);