Home
last modified time | relevance | path

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

/system/core/libnetutils/
Difc_utils.c254 int ifindex, s, len, ret; in ifc_act_on_address() local
274 ifindex = if_nametoindex(name); in ifc_act_on_address()
275 if (ifindex == 0) { in ifc_act_on_address()
310 req.r.ifa_index = ifindex; in ifc_act_on_address()
/system/netd/server/
DRouteController.cpp360 uint32_t ifindex; in modifyIpRoute() local
377 ifindex = if_nametoindex(interface); in modifyIpRoute()
378 if (!ifindex) { in modifyIpRoute()
411 { &ifindex, interface != OIF_NONE ? sizeof(ifindex) : 0 }, in modifyIpRoute()