Home
last modified time | relevance | path

Searched refs:ill_get_next_ifindex (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dip_if.h177 extern uint_t ill_get_next_ifindex(uint_t, boolean_t, ip_stack_t *);
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c749 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()
H A Dip_if.c3934 ill_get_next_ifindex(uint_t index, boolean_t isv6, ip_stack_t *ipst) in ill_get_next_ifindex() function