Lines Matching full:ipaddress
128 virtual bool RequestHostRoute(const IPAddress& destination);
137 virtual const IPAddress& local() const { return local_; }
138 virtual const IPAddress& gateway() const { return gateway_; }
180 bool FixGatewayReachability(const IPAddress& local,
181 IPAddress* peer,
182 IPAddress* gateway,
183 const IPAddress& trusted_ip);
185 bool PinHostRoute(const IPAddress& trusted_ip, const IPAddress& gateway);
215 IPAddress local_;
216 IPAddress gateway_;