HomeSort by: relevance | last modified time | path
    Searched defs:dst_sa (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
ifiter_sysctl.c 212 struct sockaddr *dst_sa = NULL; local
232 dst_sa = sa;
269 if (dst_sa != NULL &&
271 get_addr(family, &iter->current.dstaddress, dst_sa,
274 if (dst_sa != NULL &&
276 get_addr(family, &iter->current.broadcast, dst_sa,
ifiter_sysctl.c 212 struct sockaddr *dst_sa = NULL; local
232 dst_sa = sa;
269 if (dst_sa != NULL &&
271 get_addr(family, &iter->current.dstaddress, dst_sa,
274 if (dst_sa != NULL &&
276 get_addr(family, &iter->current.broadcast, dst_sa,
  /src/sys/netinet6/
nd6_nbr.c 496 struct sockaddr_in6 dst_sa; local
500 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0);
502 error = in6_selectsrc(&dst_sa, NULL,
508 IN6_PRINT(ip6buf, &dst_sa.sin6_addr),
nd6_nbr.c 496 struct sockaddr_in6 dst_sa; local
500 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0);
502 error = in6_selectsrc(&dst_sa, NULL,
508 IN6_PRINT(ip6buf, &dst_sa.sin6_addr),
ip6_output.c 217 struct sockaddr_in6 src_sa, dst_sa; local
511 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0);
531 error = in6_selectroute(&dst_sa, opt, &ro, &rt, true);
542 error = rtcache_setdst(ro, sin6tosa(&dst_sa));
588 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0);
589 if (sa6_recoverscope(&dst_sa) || zone != dst_sa.sin6_scope_id)
ip6_output.c 217 struct sockaddr_in6 src_sa, dst_sa; local
511 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0);
531 error = in6_selectroute(&dst_sa, opt, &ro, &rt, true);
542 error = rtcache_setdst(ro, sin6tosa(&dst_sa));
588 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0);
589 if (sa6_recoverscope(&dst_sa) || zone != dst_sa.sin6_scope_id)

Completed in 55 milliseconds