Lines Matching +full:timeout +full:- +full:active +full:- +full:ms
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
48 uint8_t conf_pselid; /* Active Path Sel. Proto. ID */
49 uint8_t conf_pmetid; /* Active Metric Identifier */
61 /* 2-254 reserved */
69 /* 2-254 reserved */
77 /* 2-254 reserved */
85 /* 2-254 rserved */
95 /* 3-254 reserved */
128 * the active active path selection metric identifier
158 /* 2-65535 reserved */
346 /* 4-255 reserved */
364 /* 11-255 reserved */
411 * o Next-hop MAC
413 * o Path timeout
414 * The rest is part of the active Mesh path selection protocol.
421 struct callout rt_discovery; /* discovery timeout */
433 uint32_t rt_lifetime; /* route timeout */
438 #define IEEE80211_MESH_ROUTE_PRIV(rt, cast) ((cast *)rt->rt_priv)
473 int mpp_inact; /* inact. timeout for invalid routes
503 #define IEEE80211_MESH_SEQ_LEQ(a, b) ((int32_t)((a)-(b)) <= 0)
504 #define IEEE80211_MESH_SEQ_GEQ(a, b) ((int32_t)((a)-(b)) >= 0)
578 * Return non-zero if proxy operation is enabled.
583 struct ieee80211_mesh_state *ms = vap->iv_mesh; in ieee80211_mesh_isproxyena() local
584 return (ms->ms_flags & in ieee80211_mesh_isproxyena()
599 struct ieee80211_mesh_state *ms = vap->iv_mesh; in ieee80211_mesh_discover() local
600 return ms->ms_ppath->mpp_discover(vap, dest, m); in ieee80211_mesh_discover()