Searched refs:ifwithindex (Results 1 – 4 of 4) sorted by relevance
785 extern struct interface *ifwithindex(ulong_t, boolean_t);
1311 ifp = ifwithindex(sdl->sdl_index, _B_TRUE); in get_info_gate()1616 ifp = ifwithindex(m.ifm.ifm_index, in read_rt()1660 ifp = ifwithindex(m.r.rtm.rtm_index, 1); in read_rt()
80 if ((ifp = ifwithindex(ifindex, _B_TRUE)) != NULL) { in receiving_interface()
466 ifwithindex(ulong_t index, in ifwithindex() function