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

/freebsd-current/sys/net80211/
H A Dieee80211_mesh.h429 #define IEEE80211_MESHRT_FLAGS_DISCOVER 0x01 /* path discovery */ macro
H A Dieee80211_hwmp.c1354 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) {
1356 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_DISCOVER;
1936 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) {
1961 rt->rt_flags = IEEE80211_MESHRT_FLAGS_DISCOVER;
H A Dieee80211_ioctl.h349 #define IEEE80211_MESHRT_FLAGS_DISCOVER 0x01 macro
H A Dieee80211_mesh.c431 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER)
1078 KASSERT( rt_dest->rt_flags == IEEE80211_MESHRT_FLAGS_DISCOVER,
1079 ("Route is not marked with IEEE80211_MESHRT_FLAGS_DISCOVER"));
/freebsd-current/sbin/ifconfig/
H A Difieee80211.c4646 (rt->imr_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) ?

Completed in 130 milliseconds