Searched refs:fcslen (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-802_11.c1711 u_int fcslen)
1720 if (length < fcslen) {
1724 length -= fcslen;
1727 fcslen = caplen - length;
1728 caplen -= fcslen;
1729 snapend -= fcslen;
2216 u_int fcslen; local
2256 fcslen = 0;
2282 fcslen = 4; /* FCS at end of packet */
2284 fcslen);
1710 ieee802_11_print(const u_char *p, u_int length, u_int orig_caplen, int pad, u_int fcslen) argument
[all...]

Completed in 117 milliseconds