Home | History | Annotate | Download | only in tcpdump

Lines Matching full:olen

651 		uint16_t otype, olen;
656 olen = EXTRACT_16BITS(&bp[2]);
657 ND_TCHECK2(bp[0], 4 + olen);
661 olen));
670 if (olen != 4) {
671 ND_PRINT((ndo, "ERROR: Option Length != 4 Bytes (%u)", olen));
686 switch (olen) {
694 ND_PRINT((ndo, "ERROR: Option Length != 4 Bytes (%u)", olen));
721 while (ptr < (bp+olen)) {
736 print_unknown_data(ndo, bp, "\n\t ", olen);
741 print_unknown_data(ndo, bp, "\n\t ", olen);
742 bp += olen;