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

/system/core/libnetutils/
H A Difc_utils.c258 int ifindex, s, len, ret; local
281 ifindex = if_nametoindex(name);
282 if (ifindex == 0) {
317 req.r.ifa_index = ifindex;
/system/connectivity/wificond/scanning/
H A Dscan_utils.cpp81 NL80211Attr<uint32_t> ifindex(NL80211_ATTR_IFINDEX, interface_index);
82 get_scan.AddAttribute(ifindex);
/system/netd/server/
H A DRouteController.cpp343 uint32_t ifindex; local
358 // If an interface was specified, find the ifindex.
360 ifindex = if_nametoindex(interface);
361 if (!ifindex) {
394 { &ifindex, interface != OIF_NONE ? sizeof(ifindex) : 0 },
H A DXfrmController.cpp576 selector->ifindex = record.netId; // TODO : still need to sort this out

Completed in 521 milliseconds