Lines Matching refs:IpPrefix
47 status_t IpPrefix::writeToParcel(Parcel* parcel) const { in writeToParcel()
68 status_t IpPrefix::readFromParcel(const Parcel* parcel) { in readFromParcel()
94 const struct in6_addr& IpPrefix::getAddressAsIn6Addr() const in getAddressAsIn6Addr()
99 const struct in_addr& IpPrefix::getAddressAsInAddr() const in getAddressAsInAddr()
104 bool IpPrefix::getAddressAsIn6Addr(struct in6_addr* addr) const in getAddressAsIn6Addr()
113 bool IpPrefix::getAddressAsInAddr(struct in_addr* addr) const in getAddressAsInAddr()
122 bool IpPrefix::isIpv6() const in isIpv6()
127 bool IpPrefix::isIpv4() const in isIpv4()
132 int32_t IpPrefix::getPrefixLength() const in getPrefixLength()
137 void IpPrefix::setAddress(const struct in6_addr& addr) in setAddress()
143 void IpPrefix::setAddress(const struct in_addr& addr) in setAddress()
149 void IpPrefix::setPrefixLength(int32_t prefix) in setPrefixLength()
154 bool operator==(const IpPrefix& lhs, const IpPrefix& rhs) in operator ==()