Searched refs:ip6_use_defzone (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | scope6.c | 76 int ip6_use_defzone = 1; variable 78 int ip6_use_defzone = 0; variable
|
| H A D | ip6_var.h | 511 extern int ip6_use_defzone;
|
| H A D | in6_proto.c | 662 use_defaultzone, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_use_defzone, 0, "");
|
| H A D | raw_ip6.c | 1093 if ((error = sa6_embedscope(&sin6, ip6_use_defzone, &ifscope)) != 0) { in rip6_bind()
|
| H A D | in6_mcast.c | 2524 error = sa6_embedscope(gsa, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&ifindex)); in in6p_leave_group()
|
| H A D | ip6_output.c | 3885 …if ((error = sa6_embedscope(sa6, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&sa6->sin6_scope_id))) in ip6_setpktopt()
|