Searched refs:sa6_embedscope (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.61.2/bsd/netinet6/ |
| H A D | scope6_var.h | 83 extern int sa6_embedscope(struct sockaddr_in6 *, int, uint32_t *);
|
| H A D | scope6.c | 218 sa6_embedscope(struct sockaddr_in6 *sin6, int defaultok, uint32_t *ret_ifscope) in sa6_embedscope() function
|
| H A D | raw_ip6.c | 1079 if ((error = sa6_embedscope(&sin6, ip6_use_defzone, &ifscope)) != 0) { in rip6_bind()
|
| H A D | in6_mcast.c | 2494 error = sa6_embedscope(gsa, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&ifindex)); in in6p_leave_group()
|
| H A D | ip6_output.c | 3828 …if ((error = sa6_embedscope(sa6, ip6_use_defzone, IN6_NULL_IF_EMBEDDED_SCOPE(&sa6->sin6_scope_id))) in ip6_setpktopt()
|