Searched refs:gw_ss (Results 1 – 1 of 1) sorted by relevance
1654 struct sockaddr_storage dst_ss, gw_ss; in ifa_ifwithroute_common_locked() local1696 gw = sa_copy(SA((uintptr_t)gw), &gw_ss, IN6_NULL_IF_EMBEDDED_SCOPE(&ifscope)); in ifa_ifwithroute_common_locked()4312 struct sockaddr_storage key_ss, gw_ss; in rt_revalidate_gwroute() local4318 (void) sa_copy(rt->rt_gateway, &gw_ss, NULL); in rt_revalidate_gwroute()4320 isequal = equal(SA(&key_ss), SA(&gw_ss)); in rt_revalidate_gwroute()