Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_prproxy.c562 struct ifnet *fwd_ifp = NULL; in nd6_proxy_find_fwdroute() local
626 fwd_ifp = fwd->ndpr_ifp; in nd6_proxy_find_fwdroute()
645 if (rt->rt_ifp != fwd_ifp || !(rt->rt_flags & RTF_PROXY)) { in nd6_proxy_find_fwdroute()
667 if (fwd_ifp != NULL && (rt = rtalloc1_scoped_locked(SA(&ro6->ro_dst), 1, in nd6_proxy_find_fwdroute()
668 RTF_PRCLONING, fwd_ifp->if_index)) != NULL) { in nd6_proxy_find_fwdroute()
684 if (fwd_ifp == NULL || rt == NULL) { in nd6_proxy_find_fwdroute()
872 struct ifnet *fwd_ifp; in nd6_prproxy_ns_output() local
927 fwd_ifp = fwd->ndpr_ifp; in nd6_prproxy_ns_output()
937 ndprl->ndprl_fwd_ifp = fwd_ifp; in nd6_prproxy_ns_output()
950 fwd_ifp = ndprl->ndprl_fwd_ifp; in nd6_prproxy_ns_output()
[all …]