Home
last modified time | relevance | path

Searched refs:sa6_embedscope (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/netinet6/
H A Dscope6_var.h83 extern int sa6_embedscope(struct sockaddr_in6 *, int, uint32_t *);
H A Dscope6.c218 sa6_embedscope(struct sockaddr_in6 *sin6, int defaultok, uint32_t *ret_ifscope) in sa6_embedscope() function
H A Draw_ip6.c1079 if ((error = sa6_embedscope(&sin6, ip6_use_defzone, &ifscope)) != 0) { in rip6_bind()
H A Din6_mcast.c2494 error = sa6_embedscope(gsa, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&ifindex)); in in6p_leave_group()
H A Dip6_output.c3828 …if ((error = sa6_embedscope(sa6, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&sa6->sin6_scope_id))) in ip6_setpktopt()