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

/system/core/libnetutils/
H A Difc_utils.c249 int ifindex, s, len, ret; local
269 ifindex = if_nametoindex(name);
270 if (ifindex == 0) {
305 req.r.ifa_index = ifindex;
825 int ifindex; local
829 ifindex = if_nametoindex(ifname);
830 if (ifindex == 0) {
835 rtmsg.rtmsg_ifindex = ifindex;

Completed in 4 milliseconds