Searched refs:rawAddress (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DNetdConstants.cpp121 void *rawAddress; local
129 rawAddress = &sin->sin_addr;
138 rawAddress = &sin6->sin6_addr;
154 memcpy(address, rawAddress, rawLength);
H A DRouteController.cpp343 uint8_t rawAddress[sizeof(in6_addr)]; local
346 int rawLength = parsePrefix(destination, &family, rawAddress, sizeof(rawAddress),
353 if (static_cast<size_t>(rawLength) > sizeof(rawAddress)) {
354 ALOGE("impossible! address too long (%d vs %zu)", rawLength, sizeof(rawAddress));
410 { rawAddress, static_cast<size_t>(rawLength) },

Completed in 207 milliseconds