Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_16BITS

446 	len = EXTRACT_16BITS(tptr);
521 tok2str(ppptype2str,"unknown", EXTRACT_16BITS(tptr)),
522 EXTRACT_16BITS(tptr)));
633 ND_PRINT((ndo, ": %u", EXTRACT_16BITS(p + 2)));
649 ND_PRINT((ndo, ": %s", tok2str(ppptype2str, "Unknown Auth Proto (0x04x)", EXTRACT_16BITS(p + 2))));
651 switch (EXTRACT_16BITS(p+2)) {
671 if (EXTRACT_16BITS(p+2) == PPP_LQM)
694 ND_PRINT((ndo, ": 0x%04x", EXTRACT_16BITS(p + 2)));
713 ND_PRINT((ndo, ": %u", EXTRACT_16BITS(p + 2)));
814 (EXTRACT_16BITS(p))&0x0fff, /* only support 12-Bit sequence space for now */
851 len = EXTRACT_16BITS(p);
931 len = EXTRACT_16BITS(p);
1048 compproto = EXTRACT_16BITS(p+2);
1068 EXTRACT_16BITS(p+4),
1069 EXTRACT_16BITS(p+6),
1070 EXTRACT_16BITS(p+8),
1071 EXTRACT_16BITS(p+10),
1072 EXTRACT_16BITS(p+12)));
1175 EXTRACT_16BITS(p + 2),
1176 EXTRACT_16BITS(p + 4),
1177 EXTRACT_16BITS(p + 6),
1178 EXTRACT_16BITS(p + 8)));
1404 proto = EXTRACT_16BITS(b); /* next guess - load two octets */
1410 proto = EXTRACT_16BITS(b+2); /* load the PPP proto-id */
1508 ppp_header = EXTRACT_16BITS(p);
1543 proto = EXTRACT_16BITS(p);
1659 proto = EXTRACT_16BITS(p);
1732 ptype = EXTRACT_16BITS(p);
1752 ptype = EXTRACT_16BITS(&ph->phdr_type);