Home | History | Annotate | Download | only in src

Lines Matching refs:if_index

122 static int iface_allowed(struct irec **irecp, int if_index, 
138 !indextoname(fd, if_index, ifr.ifr_name) ||
213 int scope, int if_index, void *vparam)
237 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
241 static int iface_allowed_v4(struct in_addr local, int if_index,
255 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);