Home
last modified time | relevance | path

Searched refs:mc_ttl (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.h375 uint8_t mc_ttl; /* TTL */ member
382 uint8_t mc_ttl; /* TTL */ member
389 uint8_t mc_ttl; /* TTL */ member
H A Dieee80211_mesh.c1167 if (mc->mc_ttl < 1) { in mesh_forward()
1225 KASSERT(mccopy->mc_ttl > 0, ("%s called with wrong ttl", __func__)); in mesh_forward()
1226 mccopy->mc_ttl--; in mesh_forward()
1510 if(mc->mc_ttl > 0) { in mesh_recv_group_data()
H A Dieee80211_output.c1775 mc->mc_ttl = ms->ms_ttl; in ieee80211_encap()