Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dicmp6.c2252 uint32_t sifscope = IFSCOPE_NONE; in icmp6_reflect() local
2314 sifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect()
2317 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect()
2320 sifscope = ip6_output_getdstifscope(m); in icmp6_reflect()
2323 sifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_dst) ? sifscope : IFSCOPE_NONE; in icmp6_reflect()
2363 sa6_dst.sin6_scope_id = sifscope; in icmp6_reflect()
2385 sifscope = tifscope; in icmp6_reflect()
2401 sifscope = tifscope; in icmp6_reflect()
2439 sifscope = outif->if_index; in icmp6_reflect()
2447 ip6_output_setsrcifscope(m, sifscope, NULL); in icmp6_reflect()
[all …]
H A Draw_ip6.c386 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local
634 sifscope = optp->ip6po_pktinfo->ipi6_ifindex; in rip6_output()
657 if (IN6_IS_SCOPE_EMBED(in6a) && sifscope == IFSCOPE_NONE) { in rip6_output()
658 sifscope = difscope; in rip6_output()
660 ip6_output_setsrcifscope(m, sifscope, NULL); in rip6_output()
/xnu-10063.101.15/bsd/netinet/
H A Dtcp_subr.c755 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local
763 sifscope = tp->t_inpcb->inp_lifscope; in tcp_respond()
821 ip6_getsrcifaddr_info(m, &sifscope, NULL); in tcp_respond()
852 ip6_output_setsrcifscope(m, sifscope, NULL); in tcp_respond()