in6_ifawithscope
struct in6_ifaddr *in6_ifawithscope (struct ifnet *, struct in6_addr *, struct ucred *);
ia6 = in6_ifawithscope(ifindex2ifnet[pi->ipi6_ifindex],
ia6 = in6_ifawithscope(ifindex2ifnet[dstsock->sin6_scope_id],
ia6 = in6_ifawithscope(ifp, dst, cred);
ia6 = in6_ifawithscope(rt->rt_ifp, dst, cred);
ia6 = in6_ifawithscope(ro->ro_rt->rt_ifa->ifa_ifp, dst, cred);