Home
last modified time | relevance | path

Searched refs:gw_addr (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1130 struct sockaddr_dl *__bidi_indexable gw_addr = in flow_route_ev_callback() local
1132 ASSERT(gw_addr->sdl_family == AF_LINK); in flow_route_ev_callback()
1133 if (gw_addr->sdl_alen == ETHER_ADDR_LEN) { in flow_route_ev_callback()
1134 FLOWRT_UPD_ETH_DST(fr, LLADDR(gw_addr)); in flow_route_ev_callback()
/xnu-12377.1.9/bsd/net/
H A Droute.c1725 const struct sockaddr_in6 *gw_addr = SIN6(gw); in ifa_ifwithroute_common_locked() local
1727 IN6_IS_SCOPE_EMBED(&gw_addr->sin6_addr) && in ifa_ifwithroute_common_locked()
1729 ifscope = gw_addr->sin6_scope_id; in ifa_ifwithroute_common_locked()