Home
last modified time | relevance | path

Searched refs:ifwithindex (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h785 extern struct interface *ifwithindex(ulong_t, boolean_t);
H A Dtable.c1311 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()
H A Dinput.c80 if ((ifp = ifwithindex(ifindex, _B_TRUE)) != NULL) { in receiving_interface()
H A Dif.c466 ifwithindex(ulong_t index, in ifwithindex() function