Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.h434 #define IEEE80211_MESHRT_FLAGS_GATE 0x08 /* mesh gate entry */ macro
H A Dieee80211_ioctl.h354 #define IEEE80211_MESHRT_FLAGS_GATE 0x08 macro
H A Dieee80211_hwmp.c1139 rtorig->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_preq()
1792 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_rann()
H A Dieee80211_mesh.c1103 KASSERT(rt_gate->rt_flags & IEEE80211_MESHRT_FLAGS_GATE, in ieee80211_mesh_forward_to_gates()
2626 rt_gate->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in mesh_recv_action_meshgate()
/f-stack/tools/ifconfig/
H A Difieee80211.c4627 (rt->imr_flags & IEEE80211_MESHRT_FLAGS_GATE) ? in list_mesh()