Searched refs:dst_sa (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Difiter_sysctl.c210 struct sockaddr *dst_sa = NULL; local
230 dst_sa = sa;
267 if (dst_sa != NULL &&
269 get_addr(family, &iter->current.dstaddress, dst_sa,
272 if (dst_sa != NULL &&
274 get_addr(family, &iter->current.broadcast, dst_sa,
/freebsd-11-stable/sys/netinet6/
H A Din6_src.c605 struct sockaddr_in6 dst_sa; local
609 bzero(&dst_sa, sizeof(dst_sa));
610 dst_sa.sin6_family = AF_INET6;
611 dst_sa.sin6_len = sizeof(dst_sa);
612 dst_sa.sin6_addr = *dst;
613 dst_sa.sin6_scope_id = scopeid;
614 sa6_embedscope(&dst_sa, 0);
616 error = in6_selectsrc(fibnum, &dst_sa, NUL
[all...]
H A Dip6_output.c344 struct sockaddr_in6 *dst, src_sa, dst_sa; local
601 bzero(&dst_sa, sizeof(dst_sa));
602 dst_sa.sin6_family = AF_INET6;
603 dst_sa.sin6_len = sizeof(dst_sa);
604 dst_sa.sin6_addr = ip6->ip6_dst;
606 error = in6_selectroute_fib(&dst_sa, opt, im6o, ro, &ifp,
619 *dst = dst_sa; /* XXX */
641 bzero(&dst_sa, sizeo
[all...]

Completed in 72 milliseconds