Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/ !
H A Dicmp6.c2227 uint32_t sifscope = IFSCOPE_NONE; in icmp6_reflect() local
2288 sifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect()
2291 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect()
2294 sifscope = ip6_output_getdstifscope(m); in icmp6_reflect()
2297 sifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_dst) ? sifscope : IFSCOPE_NONE; in icmp6_reflect()
2337 sa6_dst.sin6_scope_id = sifscope; in icmp6_reflect()
2359 sifscope = tifscope; in icmp6_reflect()
2375 sifscope = tifscope; in icmp6_reflect()
2413 sifscope = outif->if_index; in icmp6_reflect()
2421 ip6_output_setsrcifscope(m, sifscope, NULL); in icmp6_reflect()
[all …]
H A Draw_ip6.c376 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local
620 sifscope = optp->ip6po_pktinfo->ipi6_ifindex; in rip6_output()
643 if (IN6_IS_SCOPE_EMBED(in6a) && sifscope == IFSCOPE_NONE) { in rip6_output()
644 sifscope = difscope; in rip6_output()
646 ip6_output_setsrcifscope(m, sifscope, NULL); in rip6_output()
/xnu-8019.80.24/bsd/netinet/ !
H A Dtcp_subr.c751 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local
759 sifscope = tp->t_inpcb->inp_lifscope; in tcp_respond()
817 ip6_getsrcifaddr_info(m, &sifscope, NULL); in tcp_respond()
848 ip6_output_setsrcifscope(m, sifscope, NULL); in tcp_respond()