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

/freebsd-10-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-10-stable/sys/netinet6/
H A Dnd6_nbr.c511 struct sockaddr_in6 dst_sa; local
515 bzero(&dst_sa, sizeof(dst_sa));
516 dst_sa.sin6_family = AF_INET6;
517 dst_sa.sin6_len = sizeof(dst_sa);
518 dst_sa.sin6_addr = ip6->ip6_dst;
521 error = in6_selectsrc(&dst_sa, NULL,
527 ip6_sprintf(ip6buf, &dst_sa.sin6_addr),
964 struct sockaddr_in6 dst_sa; local
[all...]
H A Dip6_output.c299 struct sockaddr_in6 *dst, src_sa, dst_sa; local
535 bzero(&dst_sa, sizeof(dst_sa));
536 dst_sa.sin6_family = AF_INET6;
537 dst_sa.sin6_len = sizeof(dst_sa);
538 dst_sa.sin6_addr = ip6->ip6_dst;
540 error = in6_selectroute_fib(&dst_sa, opt, im6o, ro, &ifp,
553 *dst = dst_sa; /* XXX */
577 bzero(&dst_sa, sizeo
[all...]

Completed in 87 milliseconds