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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-802_11.c2025 u_int fcslen)
2034 if (length < fcslen) {
2038 length -= fcslen;
2041 fcslen = caplen - length;
2042 caplen -= fcslen;
2043 ndo->ndo_snapend -= fcslen;
3098 u_int fcslen; local
3152 fcslen = 0;
3269 fcslen = 4; /* FCS at end of packet */
3271 fcslen);
2023 ieee802_11_print(netdissect_options *ndo, const u_char *p, u_int length, u_int orig_caplen, int pad, u_int fcslen) argument
[all...]

Completed in 123 milliseconds