Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:pdu_len

181     u_int pdu_type, pdu_len, hexdump;
186 pdu_len = EXTRACT_32BITS(pdu_header->length);
193 pdu_type, pdu_len);
263 tlen = pdu_len;
313 print_unknown_data(tptr,"\n\t ", pdu_len);
320 u_int tlen, pdu_type, pdu_len;
338 pdu_len = EXTRACT_32BITS(pdu_header->length);
341 if (!pdu_type || !pdu_len) {
345 TCHECK2(*tptr, pdu_len);
346 if (tlen < pdu_len) {
355 tlen -= pdu_len;
356 tptr += pdu_len;