Searched refs:rawAddress (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | NetdConstants.cpp | 181 void *rawAddress; in parsePrefix() local 189 rawAddress = &sin->sin_addr; in parsePrefix() 198 rawAddress = &sin6->sin6_addr; in parsePrefix() 214 memcpy(address, rawAddress, rawLength); in parsePrefix()
|
D | RouteController.cpp | 355 uint8_t rawAddress[sizeof(in6_addr)]; in modifyIpRoute() local 358 int rawLength = parsePrefix(destination, &family, rawAddress, sizeof(rawAddress), in modifyIpRoute() 365 if (static_cast<size_t>(rawLength) > sizeof(rawAddress)) { in modifyIpRoute() 366 ALOGE("impossible! address too long (%d vs %zu)", rawLength, sizeof(rawAddress)); in modifyIpRoute() 420 { rawAddress, static_cast<size_t>(rawLength) }, in modifyIpRoute()
|