Home
last modified time | relevance | path

Searched refs:in6_embedded_scope (Results 1 – 25 of 34) sorted by relevance

12

/xnu-8792.41.9/bsd/netinet6/
H A Dscope6.c88 int in6_embedded_scope = 1; variable
90 in6_embedded_scope, CTLFLAG_RW | CTLFLAG_LOCKED, &in6_embedded_scope, 0, "");
247 if (in6_embedded_scope) { in sa6_embedscope()
265 if (in6_embedded_scope) { in rtkey_to_sa6()
285 if (!in6_embedded_scope) { in sa6_recoverscope()
291 if (in6_embedded_scope && sin6->sin6_scope_id != 0) { in sa6_recoverscope()
445 if (in6_embedded_scope && (IN6_IS_SCOPE_LINKLOCAL(in6) || IN6_IS_ADDR_MC_INTFACELOCAL(in6))) { in in6_setscope()
458 if (!in6_embedded_scope) { in in6_clearscope()
479 } else if (IN6_IS_SCOPE_EMBED(addr_a) && !in6_embedded_scope) { in in6_are_addr_equal_scoped()
491 } else if (IN6_IS_SCOPE_EMBED(addr_a) && !in6_embedded_scope) { in in6_are_masked_addr_scope_equal()
[all …]
H A Dscope6_var.h74 extern int in6_embedded_scope;
77 #define IN6_NULL_IF_EMBEDDED_SCOPE(_var) (in6_embedded_scope ? NULL : (_var))
H A Din6_ifattach.c861 if (in6_embedded_scope) { in in6_ifattach_aliasreq()
869 } else if (in6_embedded_scope && in6->s6_addr16[1] != 0 && in in6_ifattach_aliasreq()
884 if (in6_embedded_scope) { in in6_ifattach_aliasreq()
894 if (!in6_embedded_scope) { in in6_ifattach_aliasreq()
979 if (in6_embedded_scope) { in in6_ifattach_llcgareq()
1188 if (in6_embedded_scope) { in in6_ifdetach()
H A Din6_pcb.c246 if (in6_embedded_scope) { in in6_pcbbind()
919 if (in6_embedded_scope) { in in6_sockaddr()
926 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&sin6->sin6_addr)) { in in6_sockaddr()
946 if (in6_embedded_scope) { in in6_sockaddr_s()
953 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&sin6->sin6_addr)) { in in6_sockaddr_s()
1559 if (in6_embedded_scope) { in init_sin6()
H A Draw_ip6.c480 } else if (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&in6p->in6p_faddr)) { in rip6_output()
581 if (in6_embedded_scope) { in rip6_output()
593 if (in6_embedded_scope) { in rip6_output()
609 if (in6_embedded_scope) { in rip6_output()
1086 if (in6_embedded_scope) { in rip6_bind()
H A Dicmp6.c1231 if (in6_embedded_scope && IN6_IS_ADDR_LINKLOCAL(dst)) { in icmp6_mtudisc_update()
2143 if (!in6_embedded_scope) { in icmp6_rip6_input()
2323 if (!in6_embedded_scope) { in icmp6_reflect()
2342 if (!in6_embedded_scope) { in icmp6_reflect()
2350 if (!in6_embedded_scope && in icmp6_reflect()
2361 if (!in6_embedded_scope) { in icmp6_reflect()
2417 if (!in6_embedded_scope) { in icmp6_reflect()
2596 if (!in6_embedded_scope) { in icmp6_redirect_input()
2708 if (!in6_embedded_scope) { in icmp6_redirect_input()
2728 if (!in6_embedded_scope) { in icmp6_redirect_input()
H A Din6_mcast.c418 if (!in6_embedded_scope) { in im6o_mc_filter()
1250 if (in6_embedded_scope && (IN6_IS_ADDR_MC_LINKLOCAL(mcaddr) || in in6_mc_join()
2125 if (in6_embedded_scope) { in in6p_join_group()
2129 if (!in6_embedded_scope) { in in6p_join_group()
2148 if (in6_embedded_scope) { in in6p_join_group()
2409 if (!in6_embedded_scope) { in in6p_leave_group()
2455 if (in6_embedded_scope) { in in6p_leave_group()
2490 if (!in6_embedded_scope) { in in6p_leave_group()
2509 if (in6_embedded_scope) { in in6p_leave_group()
H A Dip6_input.c476 PE_parse_boot_argn("in6_embedded_scope", &in6_embedded_scope, sizeof(in6_embedded_scope)); in ip6_init()
670 if (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&ip6->ip6_dst)) { in ip6_input_check_interface()
1063 if ((m->m_pkthdr.pkt_flags & PKTF_IFAINFO) != 0 && in6_embedded_scope) { in ip6_input()
1072 } else if (in6_embedded_scope) { in ip6_input()
2105 if (!in6_embedded_scope) { in ip6_notify_pmtu()
H A Dudp6_output.c199 } else if (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&in6p->in6p_faddr)) { in udp6_output()
485 if (!in6_embedded_scope) { in udp6_output()
H A Din6_src.c2213 if (in6_embedded_scope) { in in6_embedscope()
2222 if (in6_embedded_scope) { in in6_embedscope()
2243 if (in6_embedded_scope) { in in6_embedscope()
2280 if (!in6_embedded_scope) { in in6_recoverscope()
H A Dipsec.c1410 if (in6_embedded_scope) { in ipsec6_setspidx_ipaddr()
1429 if (in6_embedded_scope) { in ipsec6_setspidx_ipaddr()
2431 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&oip6->ip6_src)) { in ipsec6_encapsulate()
2434 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&oip6->ip6_dst)) { in ipsec6_encapsulate()
2453 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&ip6->ip6_dst)) { in ipsec6_encapsulate()
2818 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&ip6->ip6_dst)) { in ipsec46_encapsulate()
3668 if (in6_embedded_scope) { in ipsec6_output_trans()
3685 if (in6_embedded_scope) { in ipsec6_output_trans()
4094 if (in6_embedded_scope) { in ipsec6_output_tunnel()
4111 if (in6_embedded_scope) { in ipsec6_output_tunnel()
[all …]
H A Dnd6_nbr.c328 if (!in6_embedded_scope) { in nd6_ns_input()
2543 if (in6_embedded_scope) { in nd6_alt_node_present()
2562 if (in6_embedded_scope) { in nd6_alt_node_present()
2631 if (in6_embedded_scope) { in nd6_alt_node_absent()
2647 if (in6_embedded_scope) { in nd6_alt_node_absent()
H A Din6.c1578 if (in6_embedded_scope) { in in6_control()
1739 if (in6_embedded_scope) { in in6ctl_aifaddr()
2099 if (in6_embedded_scope || !IN6_IS_SCOPE_EMBED(&tmp.sin6_addr)) { in in6_to_kamescope()
2526 if (in6_embedded_scope) { in in6_update_ifa()
3390 if (IN6_IS_SCOPE_EMBED(p1) && !in6_embedded_scope) { in in6_are_prefix_equal()
4467 if (!in6_embedded_scope) { in in6_getconninfo()
4486 if (!in6_embedded_scope) { in in6_getconninfo()
4978 if (in6_embedded_scope) { in in6_ip6_to_sockaddr()
H A Dip6_output.c1143 …src_sa.sin6_scope_id = (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&ip6->ip6_src)) ? ip6_output_get… in ip6_output_list()
1149 …dst_sa.sin6_scope_id = (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&ip6->ip6_dst)) ? ip6_output_get… in ip6_output_list()
1250 …src_sa.sin6_scope_id = (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&src_sa.sin6_addr)) ? ip6_output… in ip6_output_list()
1265 …dst_sa.sin6_scope_id = (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&dst_sa.sin6_addr)) ? ip6_outpu… in ip6_output_list()
H A Dnd6_rtr.c285 …src_sa6.sin6_scope_id = (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&src_sa6.sin6_addr)) ? ip6_inpu… in nd6_rs_input()
970 if (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&gate.sin6_addr)) { in defrouter_addreq()
1266 if (IN6_IS_SCOPE_EMBED(&dr0.rtaddr) && in6_embedded_scope) { in defrtrlist_ioctl()
4415 if (in6_embedded_scope) { in rt6_flush()
H A Dnd6.c3547 if (in6_embedded_scope && (IN6_IS_ADDR_LINKLOCAL(&nbi_32.addr) || in nd6_ioctl()
3585 if (in6_embedded_scope && (IN6_IS_ADDR_LINKLOCAL(&nbi_64.addr) || in nd6_ioctl()
4308 if (in6_embedded_scope) { in nd6_output_list()
/xnu-8792.41.9/bsd/net/
H A Diptap.c579 if (in6_embedded_scope && IN6_IS_SCOPE_EMBED(&ip6->ip6_src)) { in iptap_bpf_tap()
583 if (in6_embedded_scope && IN6_IS_SCOPE_EMBED(&ip6->ip6_dst)) { in iptap_bpf_tap()
640 if (in6_embedded_scope && IN6_IS_SCOPE_EMBED(&ip6->ip6_src)) { in iptap_bpf_tap()
643 if (in6_embedded_scope && IN6_IS_SCOPE_EMBED(&ip6->ip6_dst)) { in iptap_bpf_tap()
H A Droute.c541 if (!in6_embedded_scope) { in sin6_set_embedded_ifscope()
556 if (!in6_embedded_scope) { in sin6_get_embedded_ifscope()
981 if (!in6_embedded_scope && dst->sa_family == AF_INET6) { in rtalloc1_common_locked()
1653 if (!in6_embedded_scope) { in ifa_ifwithroute_common_locked()
1926 if (!in6_embedded_scope) { in rtrequest_common_locked()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c431 if (in6_embedded_scope && IN6_IS_SCOPE_EMBED(in6)) { in flow_mgr_clear_embedded_scope_id()
684 if (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&SIN6(saddr)->sin6_addr)) { in flow_req_prepare()
690 if (!in6_embedded_scope && IN6_IS_SCOPE_EMBED(&SIN6(daddr)->sin6_addr)) { in flow_req_prepare()
H A Dflow_route.c1317 if (in6_embedded_scope) { in flow_route_select_laddr()
1421 if (in6_embedded_scope && IN6_IS_SCOPE_EMBED(&src_ip._v6)) { in _flow_route_laddr_validate()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c426 if (in6_embedded_scope) { in ipf_pkt2mbuf()
432 if (in6_embedded_scope) { in ipf_pkt2mbuf()
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_usrreq.c1907 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&ina6_local) && in tcp_fill_info_for_info_tuple()
1913 if (in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&ina6_remote) && in tcp_fill_info_for_info_tuple()
H A Dflow_divert.c3497 in6_embedded_scope && in flow_divert_connect_out_internal()
3504 in6_embedded_scope && in flow_divert_connect_out_internal()
H A Dtcp_output.c3179 } else if (!in6_embedded_scope && isipv6 && (IN6_IS_SCOPE_EMBED(&inp->in6p_faddr))) { in tcp_ip_output()
/xnu-8792.41.9/bsd/netkey/
H A Dkey.c1335 if (in6_embedded_scope) { in key_allocsa_extended()
1497 if (in6_embedded_scope) { in key_checksa_present()
1538 if (in6_embedded_scope) { in key_checksa_present()

12