Searched refs:ill_get_next_ifindex (Results 1 – 3 of 3) sorted by relevance
177 extern uint_t ill_get_next_ifindex(uint_t, boolean_t, ip_stack_t *);
749 return (ill_get_next_ifindex(phy_ifdata, B_FALSE, ns->netstack_ip)); in ip_phygetnext()762 return (ill_get_next_ifindex(phy_ifdata, B_TRUE, ns->netstack_ip)); in ipv6_phygetnext()
3934 ill_get_next_ifindex(uint_t index, boolean_t isv6, ip_stack_t *ipst) in ill_get_next_ifindex() function