Lines Matching refs:sa_copy
575 sa_copy(struct sockaddr *src, struct sockaddr_storage *dst, in sa_copy() function
732 ret = sa_copy(sa, ss, NULL); in rtm_scrub()
735 ret = sa_copy(sa, ss, NULL); in rtm_scrub()
1461 src = sa_copy(src, &ss, &ifscope); in rtredirect()
1687 dst = sa_copy(SA((uintptr_t)dst), &dst_ss, IN6_NULL_IF_EMBEDDED_SCOPE(&ifscope)); in ifa_ifwithroute_common_locked()
1693 gw = sa_copy(SA((uintptr_t)gw), &gw_ss, IN6_NULL_IF_EMBEDDED_SCOPE(&ifscope)); in ifa_ifwithroute_common_locked()
1912 dst = sa_copy(dst, &ss, &ifscope); in rtrequest_common_locked()
2198 dst = sa_copy(dst, &ss, (ifscope == IFSCOPE_NONE) ? in rtrequest_common_locked()
2659 (void) sa_copy(dst, &dst_ss, NULL); in rt_setgate()
2660 (void) sa_copy(gate, &gate_ss, NULL); in rt_setgate()
3003 dst = sa_copy(dst, &ss, (ifscope == IFSCOPE_NONE) ? NULL : &ifscope); in node_lookup()
3140 dst = sa_copy(dst, &dst_ss, &ifscope); in rt_lookup_common()
4344 (void) sa_copy(rt_key(gwrt), &key_ss, NULL); in rt_revalidate_gwroute()
4345 (void) sa_copy(rt->rt_gateway, &gw_ss, NULL); in rt_revalidate_gwroute()