Searched refs:validateIpAddressOrPrefix (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/tetheroffload/aidl/default/ |
D | Offload.cpp | 188 return validateIpAddressOrPrefix(repr, AF_INET, false); in isValidIpv4Address() 192 return validateIpAddressOrPrefix(repr, AF_INET, true); in isValidIpv4Prefix() 196 return validateIpAddressOrPrefix(repr, AF_INET6, false); in isValidIpv6Address() 200 return validateIpAddressOrPrefix(repr, AF_INET6, true); in isValidIpv6Prefix() 213 bool Offload::validateIpAddressOrPrefix(const std::string& repr, const int expectedFamily, in validateIpAddressOrPrefix() function in aidl::android::hardware::tetheroffload::impl::example::Offload
|
D | Offload.h | 61 bool validateIpAddressOrPrefix(const std::string& repr, const int expectedFamily,
|