Lines Matching refs:SA
650 sin_set_ifscope(SA(dst), ifscope); in sa_copy()
664 eifscope = sin6_get_embedded_ifscope(SA(dst)); in sa_copy()
670 sin6_set_ifscope(SA(dst), ifscope); in sa_copy()
673 ifscope = sin6_get_ifscope(SA(dst)); in sa_copy()
680 sin6_set_embedded_ifscope(SA(dst), ifscope); in sa_copy()
683 sin6_set_ifscope(SA(dst), ifscope); in sa_copy()
688 *pifscope = (af == AF_INET) ? sin_get_ifscope(SA(dst)) : in sa_copy()
689 sin6_get_ifscope(SA(dst)); in sa_copy()
692 return SA(dst); in sa_copy()
705 rt_maskedcopy(src, SA(dst), src); in ma_copy()
728 return SA(dst); in ma_copy()
837 ret = sa_trim(SA(ss), skip); in rtm_scrub()
846 SA(ret)->sa_len = sizeof(struct sockaddr_in6); in rtm_scrub()
879 ret = SA(sdl); in rtm_scrub()
962 ro->ro_rt = rtalloc1_common_locked(SA(&ro->ro_dst), 1, ignore, ifscope); in rtalloc_ign_common_locked()
1128 defrt = rtalloc1_scoped_locked(SA(&def_key), in rtalloc1_common_locked()
2754 loop = sa_equal(SA(&dst_ss), SA(&gate_ss)); in rt_setgate()
2947 rt->rt_gateway = SA(new + dlen); in rt_setgate()
3575 rt_maskedcopy(dst, SA(nbuf), netmask); in rtinit_locked()
3576 dst = SA(nbuf); in rtinit_locked()
4268 struct sockaddr *gw = SA(&ss); in route_to_gwroute()
4439 isequal = sa_equal(SA(&key_ss), SA(&gw_ss)); in rt_revalidate_gwroute()
4589 route_ev_code, SA(&p_ev->rt_ev_arg.rtev_ipaddr), in route_event_callback()