datlen            559 dev/ic/if_wi.c 		int		datlen, hdrlen;
datlen            597 dev/ic/if_wi.c 				datlen = letoh16(rx_frame->wi_dat_len);
datlen            601 dev/ic/if_wi.c 				datlen = letoh16(rx_frame->wi_dat_len);
datlen            605 dev/ic/if_wi.c 				datlen = 0;
datlen            617 dev/ic/if_wi.c 			datlen = letoh16(rx_frame->wi_dat_len);
datlen            628 dev/ic/if_wi.c 		if ((hdrlen + datlen + 2) > MCLBYTES) {
datlen            635 dev/ic/if_wi.c 		    datlen + 2)) {
datlen            641 dev/ic/if_wi.c 		m->m_pkthdr.len = m->m_len = hdrlen + datlen;