Searched refs:sifscope (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | icmp6.c | 2252 uint32_t sifscope = IFSCOPE_NONE; in icmp6_reflect() local 2313 sifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect() 2316 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect() 2319 sifscope = ip6_output_getdstifscope(m); in icmp6_reflect() 2322 sifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_dst) ? sifscope : IFSCOPE_NONE; in icmp6_reflect() 2362 sa6_dst.sin6_scope_id = sifscope; in icmp6_reflect() 2384 sifscope = tifscope; in icmp6_reflect() 2400 sifscope = tifscope; in icmp6_reflect() 2438 sifscope = outif->if_index; in icmp6_reflect() 2446 ip6_output_setsrcifscope(m, sifscope, NULL); in icmp6_reflect() [all …]
|
| H A D | raw_ip6.c | 386 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local 631 sifscope = optp->ip6po_pktinfo->ipi6_ifindex; in rip6_output() 654 if (IN6_IS_SCOPE_EMBED(in6a) && sifscope == IFSCOPE_NONE) { in rip6_output() 655 sifscope = difscope; in rip6_output() 657 ip6_output_setsrcifscope(m, sifscope, NULL); in rip6_output()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_subr.c | 764 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local 772 sifscope = tp->t_inpcb->inp_lifscope; in tcp_respond() 830 ip6_getsrcifaddr_info(m, &sifscope, NULL); in tcp_respond() 861 ip6_output_setsrcifscope(m, sifscope, NULL); in tcp_respond()
|