Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2038 int firstlen, hdrlen, lastlen, lastlen0, npkt, overlen, paylen; in rtw_compute_duration() local
2046 overlen = 8 + IEEE80211_CRC_LEN; in rtw_compute_duration()
2049 overlen = IEEE80211_CRC_LEN; in rtw_compute_duration()
2055 lastlen = paylen + overlen; in rtw_compute_duration()
2057 lastlen = lastlen0 + overlen; in rtw_compute_duration()
2060 lastlen = fraglen + overlen; in rtw_compute_duration()
2066 firstlen = fraglen + overlen; in rtw_compute_duration()
2068 firstlen = paylen + overlen; in rtw_compute_duration()