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

/system/core/libnetutils/
H A Difc_utils.c250 int ifindex, s, len, ret; local
270 ifindex = if_nametoindex(name);
271 if (ifindex == 0) {
306 req.r.ifa_index = ifindex;
830 int ifindex; local
834 ifindex = if_nametoindex(ifname);
835 if (ifindex == 0) {
840 rtmsg.rtmsg_ifindex = ifindex;

Completed in 4 milliseconds