Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c2254 uint32_t sifscope = IFSCOPE_NONE; in icmp6_reflect() local
2316 sifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect()
2319 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect()
2322 sifscope = ip6_output_getdstifscope(m); in icmp6_reflect()
2325 sifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_dst) ? sifscope : IFSCOPE_NONE; in icmp6_reflect()
2365 sa6_dst.sin6_scope_id = sifscope; in icmp6_reflect()
2387 sifscope = tifscope; in icmp6_reflect()
2403 sifscope = tifscope; in icmp6_reflect()
2441 sifscope = outif->if_index; in icmp6_reflect()
2449 ip6_output_setsrcifscope(m, sifscope, NULL); in icmp6_reflect()
[all …]
H A Draw_ip6.c387 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local
638 sifscope = optp->ip6po_pktinfo->ipi6_ifindex; in rip6_output()
661 if (IN6_IS_SCOPE_EMBED(in6a) && sifscope == IFSCOPE_NONE) { in rip6_output()
662 sifscope = difscope; in rip6_output()
664 ip6_output_setsrcifscope(m, sifscope, NULL); in rip6_output()
/xnu-11215.1.10/bsd/netinet/
H A Dtcp_subr.c771 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local
779 sifscope = tp->t_inpcb->inp_lifscope; in tcp_respond()
837 ip6_getsrcifaddr_info(m, &sifscope, NULL); in tcp_respond()
868 ip6_output_setsrcifscope(m, sifscope, NULL); in tcp_respond()