Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:olen

717 		uint16_t otype, olen;
722 olen = EXTRACT_16BITS(&bp[2]);
723 ND_TCHECK2(bp[0], 4 + olen);
727 olen));
736 if (olen != 4) {
737 ND_PRINT((ndo, "ERROR: Option Length != 4 Bytes (%u)", olen));
752 switch (olen) {
760 ND_PRINT((ndo, "ERROR: Option Length != 4 Bytes (%u)", olen));
787 while (ptr < (bp+olen)) {
800 print_unknown_data(ndo, bp, "\n\t ", olen);
805 print_unknown_data(ndo, bp, "\n\t ", olen);
806 bp += olen;