Searched refs:IEEE80211_MESHRT_FLAGS_DISCOVER (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_mesh.h430 #define IEEE80211_MESHRT_FLAGS_DISCOVER 0x01 /* path discovery */ macro
H A Dieee80211_ioctl.h342 #define IEEE80211_MESHRT_FLAGS_DISCOVER 0x01 macro
H A Dieee80211_hwmp.c1359 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) {
1361 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_DISCOVER;
1946 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) {
1971 rt->rt_flags = IEEE80211_MESHRT_FLAGS_DISCOVER;
H A Dieee80211_mesh.c433 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER)
1083 KASSERT( rt_dest->rt_flags == IEEE80211_MESHRT_FLAGS_DISCOVER,
1084 ("Route is not marked with IEEE80211_MESHRT_FLAGS_DISCOVER"));
/freebsd-10.2-release/sbin/ifconfig/
H A Difieee80211.c4023 (rt->imr_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) ?

Completed in 124 milliseconds