Home | History | Annotate | Download | only in dist

Lines Matching refs:fcslen

2165 		 u_int fcslen)
2175 if (length < fcslen) {
2179 length -= fcslen;
2182 fcslen = caplen - length;
2183 caplen -= fcslen;
2184 ndo->ndo_snapend -= fcslen;
3240 u_int fcslen;
3295 fcslen = 0;
3412 fcslen = 4; /* FCS at end of packet */
3414 fcslen);