Home | History | Annotate | Download | only in src

Lines Matching refs:if_index

118 static int iface_allowed(struct irec **irecp, int if_index, 
134 !indextoname(fd, if_index, ifr.ifr_name) ||
208 int scope, int if_index, void *vparam)
224 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
228 static int iface_allowed_v4(struct in_addr local, int if_index,
242 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);