Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:olen

647 		u_int16_t otype, olen;
652 olen = EXTRACT_16BITS(&bp[2]);
653 TCHECK2(bp[0], 4 + olen);
658 olen);
667 if (olen != 4) {
668 (void)printf("ERROR: Option Length != 4 Bytes (%u)", olen);
683 switch (olen) {
691 printf("ERROR: Option Length != 4 Bytes (%u)", olen);
718 while (ptr < (bp+olen)) {
733 print_unknown_data(bp,"\n\t ",olen);
738 print_unknown_data(bp,"\n\t ",olen);
739 bp += olen;