Home
last modified time | relevance | path

Searched refs:IEEE80211_MESHRT_FLAGS_GATE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net80211/
HDieee80211_mesh.h432 #define IEEE80211_MESHRT_FLAGS_GATE 0x08 /* mesh gate entry */ macro
HDieee80211_ioctl.h352 #define IEEE80211_MESHRT_FLAGS_GATE 0x08 macro
HDieee80211_hwmp.c1137 rtorig->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_preq()
1790 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_rann()
HDieee80211_mesh.c1101 KASSERT(rt_gate->rt_flags & IEEE80211_MESHRT_FLAGS_GATE, in ieee80211_mesh_forward_to_gates()
2624 rt_gate->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in mesh_recv_action_meshgate()
/freebsd-13-stable/sbin/ifconfig/
HDifieee80211.c4653 (rt->imr_flags & IEEE80211_MESHRT_FLAGS_GATE) ? in list_mesh()