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

/freebsd-12-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-12-stable/sys/netinet6/
H A Din6_src.c604 struct sockaddr_in6 dst_sa; local
608 bzero(&dst_sa, sizeof(dst_sa));
609 dst_sa.sin6_family = AF_INET6;
610 dst_sa.sin6_len = sizeof(dst_sa);
611 dst_sa.sin6_addr = *dst;
612 dst_sa.sin6_scope_id = scopeid;
613 sa6_embedscope(&dst_sa, 0);
615 error = in6_selectsrc(fibnum, &dst_sa, NUL
[all...]
H A Dip6_output.c345 struct sockaddr_in6 *dst, src_sa, dst_sa; local
602 bzero(&dst_sa, sizeof(dst_sa));
603 dst_sa.sin6_family = AF_INET6;
604 dst_sa.sin6_len = sizeof(dst_sa);
605 dst_sa.sin6_addr = ip6->ip6_dst;
607 error = in6_selectroute_fib(&dst_sa, opt, im6o, ro, &ifp,
620 *dst = dst_sa; /* XXX */
642 bzero(&dst_sa, sizeo
[all...]

Completed in 121 milliseconds