Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_mesh.h430 #define IEEE80211_MESHRT_FLAGS_DISCOVER 0x01 /* path discovery */ macro
Dieee80211_hwmp.c1359 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) { in hwmp_recv_prep()
1361 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_DISCOVER; in hwmp_recv_prep()
1946 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) { in hwmp_discover()
1971 rt->rt_flags = IEEE80211_MESHRT_FLAGS_DISCOVER; in hwmp_discover()
Dieee80211_ioctl.h342 #define IEEE80211_MESHRT_FLAGS_DISCOVER 0x01 macro
Dieee80211_mesh.c433 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) in mesh_rt_flush_invalid()
1083 KASSERT( rt_dest->rt_flags == IEEE80211_MESHRT_FLAGS_DISCOVER, in ieee80211_mesh_forward_to_gates()
/freebsd-10-stable/sbin/ifconfig/
Difieee80211.c4034 (rt->imr_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) ? in list_mesh()