Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Dnd6.c4697 if (in6_recoverscope(&d.rtaddr,
4722 if (in6_recoverscope(&d.rtaddr,
4772 if (in6_recoverscope(&p.prefix,
4796 if (in6_recoverscope(&s6, &pfr->router->rtaddr,
4822 if (in6_recoverscope(&p.prefix,
4847 if (in6_recoverscope(&s6, &pfr->router->rtaddr,
H A Din6_var.h1217 extern int in6_recoverscope(struct sockaddr_in6 *, const struct in6_addr *,
H A Din6.c2055 error = in6_recoverscope(&tmp, &sin6->sin6_addr, ifp); in in6_to_kamescope()
4357 in6_recoverscope(&sin6, &in6p->in6p_laddr, NULL); in in6_getconninfo()
4376 in6_recoverscope(&sin6, &in6p->in6p_faddr, NULL); in in6_getconninfo()
H A Dicmp6.c2348 in6_recoverscope(&sa6_src, &ip6->ip6_dst, m->m_pkthdr.rcvif); in icmp6_reflect()
2367 in6_recoverscope(&sa6_dst, &t, m->m_pkthdr.rcvif); in icmp6_reflect()
H A Din6_src.c2315 in6_recoverscope( in in6_recoverscope() function