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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c979 rttarg->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY &&
1065 rttarg->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY &&
1080 rttarg->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) {
1183 !(rttarg->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY)) {
1270 #define IS_PROXY(rt) (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY)
1428 rtext->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY |
1715 KASSERT(rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY,
H A Dieee80211_mesh.c276 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY && rt->rt_nhops == 0) {
327 | IEEE80211_MESHRT_FLAGS_PROXY;
330 KASSERT(rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY,
343 | IEEE80211_MESHRT_FLAGS_PROXY;
376 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) {
1023 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) {
1106 IEEE80211_MESHRT_FLAGS_PROXY) == 0,
1113 rt_dest->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY |
1361 (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY));
1468 (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY)
[all...]
H A Dieee80211_mesh.h433 #define IEEE80211_MESHRT_FLAGS_PROXY 0x04 /* proxy entry */ macro
H A Dieee80211_ioctl.h358 #define IEEE80211_MESHRT_FLAGS_PROXY 0x04 macro
H A Dieee80211_output.c1591 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) {

Completed in 107 milliseconds