Searched refs:sa_copy (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | route.c | 636 sa_copy(struct sockaddr *src, struct sockaddr_storage *dst, in sa_copy() function 794 ret = sa_copy(sa, ss, NULL); in rtm_scrub() 797 ret = sa_copy(sa, ss, NULL); in rtm_scrub() 1524 src = sa_copy(src, &ss, &ifscope); in rtredirect() 1750 dst = sa_copy(__DECONST_SA(dst), &dst_ss, IN6_NULL_IF_EMBEDDED_SCOPE(&ifscope)); in ifa_ifwithroute_common_locked() 1756 gw = sa_copy(__DECONST_SA(gw), &gw_ss, IN6_NULL_IF_EMBEDDED_SCOPE(&ifscope)); in ifa_ifwithroute_common_locked() 1975 dst = sa_copy(dst, &ss, &ifscope); in rtrequest_common_locked() 2261 dst = sa_copy(dst, &ss, (ifscope == IFSCOPE_NONE) ? in rtrequest_common_locked() 2751 (void) sa_copy(dst, &dst_ss, NULL); in rt_setgate() 2752 (void) sa_copy(gate, &gate_ss, NULL); in rt_setgate() [all …]
|
| H A D | route_private.h | 512 extern struct sockaddr *sa_copy(struct sockaddr *, struct sockaddr_storage *,
|
| H A D | necp.c | 883 (void)sa_copy(SA(addr), &remote_address_sanitized, &ifscope); in necp_address_is_local_interface_address() 8649 (void) sa_copy(SA(&remote_addr), in necp_application_find_policy_match_internal() 8668 (void)sa_copy(SA(&local_addr.sa), &local_address_sanitized, &ifscope); in necp_application_find_policy_match_internal() 8723 (void)sa_copy(SA(&remote_addr.sa), &remote_address_sanitized, &ifscope); in necp_application_find_policy_match_internal()
|
| H A D | necp_client.c | 5869 (void)sa_copy(sa, &address, &ifscope); in necp_ifnet_matches_local_address()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 506 (void) sa_copy(rt->rt_gateway, &ss, NULL); in flow_route_configure()
|