Home
last modified time | relevance | path

Searched refs:ip6_use_defzone (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dscope6.c76 int ip6_use_defzone = 1; variable
78 int ip6_use_defzone = 0; variable
H A Dip6_var.h511 extern int ip6_use_defzone;
H A Din6_proto.c662 use_defaultzone, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_use_defzone, 0, "");
H A Draw_ip6.c1093 if ((error = sa6_embedscope(&sin6, ip6_use_defzone, &ifscope)) != 0) { in rip6_bind()
H A Din6_mcast.c2524 error = sa6_embedscope(gsa, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&ifindex)); in in6p_leave_group()
H A Dip6_output.c3885 …if ((error = sa6_embedscope(sa6, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&sa6->sin6_scope_id))) in ip6_setpktopt()