Lines Matching defs:tmplen
1055 size_t len, pktlen, tmplen;
1144 tmplen = sizeof(struct ieee80211_frame);
1147 tmplen = sizeof(struct ieee80211_frame)
1150 tmplen = 0;
1153 M_PREPEND(m0, tmplen, M_DONTWAIT);
1155 M_PULLUP(m0, sizeof(struct ether_header) + tmplen);
1164 tmplen);
1212 tmplen = ebufp - bufp;
1213 len -= tmplen;
1214 ray_write_region(sc, bufp, d, tmplen);
1215 d += tmplen;