Searched refs:expectedFamily (Results 1 – 2 of 2) sorted by relevance
61 bool validateIpAddressOrPrefix(const std::string& repr, const int expectedFamily,
213 bool Offload::validateIpAddressOrPrefix(const std::string& repr, const int expectedFamily, in validateIpAddressOrPrefix() argument230 if (family != expectedFamily) return false; in validateIpAddressOrPrefix()