Searched refs:IpMatchFamily (Results 1 – 4 of 4) sorted by relevance
102 bool IpMatchFamily(const std::string &address, sa_family_t family);
59 if (!IpMatchFamily(addr, options.address.GetSaFamily())) { in ParseParams()
55 if (!IpMatchFamily(addr, options.address.GetSaFamily())) { in ParseParams()
2348 bool IpMatchFamily(const std::string &address, sa_family_t family) in IpMatchFamily() function