Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dif.h178 struct interface *if_findindex(struct if_head *, unsigned int);
H A Dif-bsd.c601 return if_findindex(ctx->ifaces, sdl->sdl_index); in if_findsdl()
665 return if_findindex(ctx->ifaces, scope); in if_findsa()
919 rt->rt_ifp = if_findindex(ctx->ifaces, rtm->rtm_index); in if_copyrt()
1255 if ((ifp = if_findindex(ctx->ifaces, ifm->ifm_index)) == NULL) in if_ifinfo()
1349 if ((ifp = if_findindex(ctx->ifaces, ifam->ifam_index)) == NULL) in if_ifa()
H A Dprivsep-bpf.c298 ifp = if_findindex(ctx->ifaces, psm->ps_id.psi_ifindex); in ps_bpf_dispatch()
H A Dif.c836 if_findindex(struct if_head *ifaces, unsigned int idx) in if_findindex() function