wi_dat_len 597 dev/ic/if_wi.c datlen = letoh16(rx_frame->wi_dat_len);
wi_dat_len 601 dev/ic/if_wi.c datlen = letoh16(rx_frame->wi_dat_len);
wi_dat_len 617 dev/ic/if_wi.c datlen = letoh16(rx_frame->wi_dat_len);
wi_dat_len 685 dev/ic/if_wi.c u_int16_t rxlen = letoh16(rx_frame.wi_dat_len);
wi_dat_len 724 dev/ic/if_wi.c if ((letoh16(rx_frame.wi_dat_len) + WI_SNAPHDR_LEN) >
wi_dat_len 729 dev/ic/if_wi.c letoh16(rx_frame.wi_dat_len),
wi_dat_len 736 dev/ic/if_wi.c letoh16(rx_frame.wi_dat_len) + WI_SNAPHDR_LEN;
wi_dat_len 754 dev/ic/if_wi.c if ((letoh16(rx_frame.wi_dat_len) +
wi_dat_len 759 dev/ic/if_wi.c letoh16(rx_frame.wi_dat_len),
wi_dat_len 766 dev/ic/if_wi.c letoh16(rx_frame.wi_dat_len) +
wi_dat_len 2530 dev/ic/if_wi.c tx_frame.wi_dat_len = m0->m_pkthdr.len - WI_SNAPHDR_LEN;
wi_dat_len 2547 dev/ic/if_wi.c tx_frame.wi_dat_len);
wi_dat_len 2549 dev/ic/if_wi.c tx_frame.wi_dat_len += IEEE80211_WEP_IVLEN +
wi_dat_len 2552 dev/ic/if_wi.c tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len);
wi_dat_len 2564 dev/ic/if_wi.c tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len);
wi_dat_len 2573 dev/ic/if_wi.c tx_frame.wi_dat_len = htole16(m0->m_pkthdr.len);
wi_dat_len 2637 dev/ic/if_wi.c tx_frame.wi_dat_len = len - sizeof(struct wi_80211_hdr);
wi_dat_len 2638 dev/ic/if_wi.c tx_frame.wi_len = htole16(tx_frame.wi_dat_len);
wi_dat_len 2640 dev/ic/if_wi.c tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len);
wi_dat_len 934 dev/ic/if_wi_hostap.c printf("wihap_mgmt_input: len=%d ", letoh16(rxfrm->wi_dat_len));
wi_dat_len 441 dev/ic/if_wi_ieee.h u_int16_t wi_dat_len;
wi_dat_len 566 dev/ic/if_wireg.h u_int16_t wi_dat_len; /* 0x2C */
wi_dat_len 520 dev/usb/if_wi_usb.c letoh16(wibuf->wi_dat_len);