Searched refs:allow_local_ips (Results 1 – 2 of 2) sorted by relevance
106 void SetAllowLocalIps(bool allow_local_ips) { in SetAllowLocalIps() argument107 allow_local_ips_ = allow_local_ips; in SetAllowLocalIps()
198 bool allow_local_ips() const { return allow_local_ips_; } in allow_local_ips() function