Home
last modified time | relevance | path

Searched refs:rawNexthop (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DRouteController.cpp372 uint8_t rawNexthop[sizeof(in6_addr)]; in modifyIpRoute() local
396 if (nexthop && inet_pton(family, nexthop, rawNexthop) <= 0) { in modifyIpRoute()
424 { rawNexthop, nexthop ? static_cast<size_t>(rawLength) : 0 }, in modifyIpRoute()