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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_hwmp.c938 rttran->rt_nhops = 1;
1038 rtorig->rt_nhops = preq->preq_hopcount + 1;
1090 prep.prep_hopcount = rttarg->rt_nhops;
1197 prep.prep_hopcount = rttarg->rt_nhops;
1350 rt->rt_nhops, prep->prep_hopcount + 1,
1357 rt->rt_nhops = prep->prep_hopcount + 1;
1425 rtext->rt_nhops, prep->prep_hopcount + 1,
1437 rtext->rt_nhops = prep->prep_hopcount + 1;
H A Dieee80211_mesh.h428 uint16_t rt_nhops; /* number of hops */ member in struct:ieee80211_mesh_route
H A Dieee80211_mesh.c274 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY && rt->rt_nhops == 0) {
1120 rt_dest->rt_nhops = rt_gate->rt_nhops;
3498 imr->imr_nhops = rt->rt_nhops;

Completed in 121 milliseconds