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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c1277 struct ieee80211_mesh_route *rtext = NULL; local
1407 rtext = ieee80211_mesh_rt_find(vap,
1409 if (rtext == NULL) {
1410 rtext = ieee80211_mesh_rt_add(vap,
1412 if (rtext == NULL) {
1422 rtext->rt_flags & IEEE80211_MESHRT_FLAGS_VALID ?
1425 rtext->rt_nhops, prep->prep_hopcount + 1,
1426 rtext->rt_metric, metric);
1428 rtext->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY |
1430 IEEE80211_ADDR_COPY(rtext
[all...]

Completed in 33 milliseconds