Searched defs:IPPrefix (Results 1 – 2 of 2) sorted by relevance
91 IPPrefix::IPPrefix(const IPAddress& ip, int length) : IPPrefix(ip) { in IPPrefix() function in android::netdutils::IPPrefix
111 class IPPrefix; variable194 explicit IPPrefix(const IPAddress& ip) : mData(ip.mData) {} in IPPrefix() function