Home | History | Annotate | Download | only in tcpdump

Lines Matching full:noct

477 		u_int32_t noct = elem->asnlen % ASN_BIT8;
479 if (len < noct) {
480 printf("[asnlen? %d<%d]", len, noct);
483 TCHECK2(*p, noct);
484 for (; noct-- > 0; len--, hdr++)