Searched defs:ifindex (Results 1 - 2 of 2) sorted by relevance

/system/core/libnetutils/
H A Difc_utils.c254 int ifindex, s, len, ret; local
274 ifindex = if_nametoindex(name);
275 if (ifindex == 0) {
310 req.r.ifa_index = ifindex;
/system/netd/server/
H A DRouteController.cpp371 uint32_t ifindex; local
386 // If an interface was specified, find the ifindex.
388 ifindex = if_nametoindex(interface);
389 if (!ifindex) {
422 { &ifindex, interface != OIF_NONE ? sizeof(ifindex) : 0 },

Completed in 120 milliseconds