Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp1200 InetAddr gw = {0}; in SendRouteToKernel() local
1201 if (!routeInfo.routeNextHop.empty() && ReadAddrGw(routeInfo.routeNextHop, &gw) <= 0) { in SendRouteToKernel()
1202 NETNATIVE_LOGE("gw parse failed:%{public}d", readAddrResult); in SendRouteToKernel()
1205 if (gw.bitlen != 0) { in SendRouteToKernel()
1207 msg.rtm_family = static_cast<uint8_t>(gw.family); in SendRouteToKernel()
1218 if (int32_t ret = nlmsg.AddAttr(RTA_GATEWAY, gw.data, gw.bitlen / BYTE_ALIGNMENT)) { in SendRouteToKernel()

Completed in 3 milliseconds