Lines Matching refs:IpPrefix
48 status_t IpPrefix::writeToParcel(Parcel* parcel) const { in writeToParcel()
69 status_t IpPrefix::readFromParcel(const Parcel* parcel) { in readFromParcel()
95 const struct in6_addr& IpPrefix::getAddressAsIn6Addr() const in getAddressAsIn6Addr()
100 const struct in_addr& IpPrefix::getAddressAsInAddr() const in getAddressAsInAddr()
105 bool IpPrefix::getAddressAsIn6Addr(struct in6_addr* addr) const in getAddressAsIn6Addr()
114 bool IpPrefix::getAddressAsInAddr(struct in_addr* addr) const in getAddressAsInAddr()
123 bool IpPrefix::isIpv6() const in isIpv6()
128 bool IpPrefix::isIpv4() const in isIpv4()
133 int32_t IpPrefix::getPrefixLength() const in getPrefixLength()
138 void IpPrefix::setAddress(const struct in6_addr& addr) in setAddress()
144 void IpPrefix::setAddress(const struct in_addr& addr) in setAddress()
150 void IpPrefix::setPrefixLength(int32_t prefix) in setPrefixLength()
155 bool operator==(const IpPrefix& lhs, const IpPrefix& rhs) in operator ==()