Home
last modified time | relevance | path

Searched refs:ms_ttl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/net80211/
Dieee80211_hwmp.c846 preq.preq_ttl = ms->ms_ttl; in hwmp_rootmode_cb()
885 rann.rann_ttl = ms->ms_ttl; in hwmp_rootmode_rann_cb()
1089 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1149 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1192 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1511 perr.perr_ttl = ms->ms_ttl; in hwmp_peerdown()
1698 perr.perr_ttl = ms->ms_ttl; in hwmp_senderror()
1797 preq.preq_ttl = ms->ms_ttl; in hwmp_recv_rann()
1882 preq.preq_ttl = ms->ms_ttl; in hwmp_rediscover_cb()
1978 preq.preq_ttl = ms->ms_ttl; in hwmp_discover()
Dieee80211_mesh.h514 uint8_t ms_ttl; /* mesh ttl set in packets */ member
Dieee80211_mesh.c537 gann.gann_ttl = ms->ms_ttl; in mesh_gatemode_cb()
672 ms->ms_ttl = IEEE80211_MESH_DEFAULT_TTL; in mesh_vattach()
3439 ireq->i_val = ms->ms_ttl; in mesh_ioctl_get80211()
3562 ms->ms_ttl = (uint8_t) ireq->i_val; in mesh_ioctl_set80211()
Dieee80211_ddb.c892 ms->ms_ttl, ms->ms_flags); in _db_show_mesh()
Dieee80211_output.c1776 mc->mc_ttl = ms->ms_ttl; in ieee80211_encap()