Searched refs:isPrefix (Results 1 – 2 of 2) sorted by relevance
214 const bool isPrefix) { in validateIpAddressOrPrefix() argument220 if (isPrefix && index == std::string::npos) return false; in validateIpAddressOrPrefix()223 const std::string ipAddress = isPrefix ? repr.substr(0, index) : repr; in validateIpAddressOrPrefix()231 if (!isPrefix) return true; in validateIpAddressOrPrefix()
62 const bool isPrefix);