Searched refs:mInAddr (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
H A DIpPrefix.cpp59 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&mUnion.mInAddr);
85 memcpy((void*)&mUnion.mInAddr, &byte_vector[0], sizeof(mUnion.mInAddr));
102 return mUnion.mInAddr;
117 *addr = mUnion.mInAddr;
146 mUnion.mInAddr = addr;
169 return 0 == memcmp(&lhs.mUnion.mInAddr, &rhs.mUnion.mInAddr, sizeof(struct in_addr));
/frameworks/native/include/binder/
H A DIpPrefix.h76 InternalUnion(const struct in_addr &addr):mInAddr(addr) { };
78 struct in_addr mInAddr; member in union:android::net::IpPrefix::InternalUnion
/frameworks/native/libs/binder/include/binder/
H A DIpPrefix.h76 InternalUnion(const struct in_addr &addr):mInAddr(addr) { };
78 struct in_addr mInAddr; member in union:android::net::IpPrefix::InternalUnion

Completed in 60 milliseconds