Searched refs:gwl_sa (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhop.h132 struct sockaddr_dl_short gwl_sa; /* AF_LINK gw (compat) */ member in union:nhop_object::__anon14929
H A Dnhop_ctl.c142 aifp = ifnet_byindex_ref(nh->gwl_sa.sdl_index);
144 aifp = ifnet_byindex(nh->gwl_sa.sdl_index);
147 if_name(nh->nh_ifp), nh->gwl_sa.sdl_index);
239 fill_sdl_from_ifp(&nh->gwl_sa, ifp);
H A Droute_ctl.c432 return (nh->gwl_sa.sdl_index == sdl->sdl_index);

Completed in 59 milliseconds