Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:hlen

276 	u_int hlen;
311 hlen = dh->dccph_doff * 4;
326 ND_PRINT((ndo, " %d", len - hlen));
327 if (hlen > len) {
329 hlen, len));
489 if (hlen > fixed_hdrlen){
494 hlen -= fixed_hdrlen;
496 optlen = dccp_print_option(ndo, cp, hlen);
499 if (hlen <= optlen)
501 hlen -= optlen;
533 static int dccp_print_option(netdissect_options *ndo, const u_char *option, u_int hlen)
553 if (hlen < optlen) {