Searched refs:sifscope (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | icmp6.c | 2256 uint32_t sifscope = IFSCOPE_NONE; in icmp6_reflect() local 2318 sifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect() 2321 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect() 2324 sifscope = ip6_output_getdstifscope(m); in icmp6_reflect() 2327 sifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_dst) ? sifscope : IFSCOPE_NONE; in icmp6_reflect() 2367 sa6_dst.sin6_scope_id = sifscope; in icmp6_reflect() 2389 sifscope = tifscope; in icmp6_reflect() 2405 sifscope = tifscope; in icmp6_reflect() 2443 sifscope = outif->if_index; in icmp6_reflect() 2451 ip6_output_setsrcifscope(m, sifscope, NULL); in icmp6_reflect() [all …]
|
| H A D | raw_ip6.c | 389 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local 644 sifscope = optp->ip6po_pktinfo->ipi6_ifindex; in rip6_output() 667 if (IN6_IS_SCOPE_EMBED(in6a) && sifscope == IFSCOPE_NONE) { in rip6_output() 668 sifscope = difscope; in rip6_output() 670 ip6_output_setsrcifscope(m, sifscope, NULL); in rip6_output()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_subr.c | 950 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local 958 sifscope = tp->t_inpcb->inp_lifscope; in tcp_respond() 1020 ip6_getsrcifaddr_info(m, &sifscope, NULL); in tcp_respond() 1058 ip6_output_setsrcifscope(m, sifscope, NULL); in tcp_respond()
|