Home | History | Annotate | Download | only in vpn

Lines Matching refs:host_port

623   string host_name, host_port;
624 if (SplitPortFromHost(vpnhost, &host_name, &host_port)) {
626 DCHECK(!host_port.empty());
627 AppendOption("remote", host_name, host_port, options);