Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_16BITS

456 	len = EXTRACT_16BITS(tptr);
531 tok2str(ppptype2str,"unknown", EXTRACT_16BITS(tptr)),
532 EXTRACT_16BITS(tptr));
635 printf("%u", EXTRACT_16BITS(p + 2));
647 printf("%s", tok2str(ppptype2str,"Unknown Auth Proto (0x04x)",EXTRACT_16BITS(p+2)));
649 switch (EXTRACT_16BITS(p+2)) {
667 if (EXTRACT_16BITS(p+2) == PPP_LQM)
686 printf("0x%04x", EXTRACT_16BITS(p + 2));
700 printf("%u", EXTRACT_16BITS(p + 2));
789 (EXTRACT_16BITS(p))&0x0fff, /* only support 12-Bit sequence space for now */
827 len = EXTRACT_16BITS(p);
906 len = EXTRACT_16BITS(p);
1017 compproto = EXTRACT_16BITS(p+2);
1034 EXTRACT_16BITS(p+4),
1035 EXTRACT_16BITS(p+6),
1036 EXTRACT_16BITS(p+8),
1037 EXTRACT_16BITS(p+10),
1038 EXTRACT_16BITS(p+12));
1136 EXTRACT_16BITS(p + 2),
1137 EXTRACT_16BITS(p + 4),
1138 EXTRACT_16BITS(p + 6),
1139 EXTRACT_16BITS(p + 8));
1313 proto = EXTRACT_16BITS(b); /* next guess - load two octets */
1317 proto = EXTRACT_16BITS(b+2); /* load the PPP proto-id */
1410 ppp_header = EXTRACT_16BITS(p);
1445 proto = EXTRACT_16BITS(p);
1559 proto = EXTRACT_16BITS(p);