Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.h373 uint8_t mc_ttl; /* TTL */ member
380 uint8_t mc_ttl; /* TTL */ member
387 uint8_t mc_ttl; /* TTL */ member
H A Dieee80211_mesh.c1163 if (mc->mc_ttl < 1) { in mesh_forward()
1221 KASSERT(mccopy->mc_ttl > 0, ("%s called with wrong ttl", __func__)); in mesh_forward()
1222 mccopy->mc_ttl--; in mesh_forward()
1506 if(mc->mc_ttl > 0) { in mesh_recv_group_data()
H A Dieee80211_output.c1790 mc->mc_ttl = ms->ms_ttl; in ieee80211_encap()