Lines Matching refs:EXTRACT_16BITS
447 len = EXTRACT_16BITS(tptr); in handle_ctrl_proto()
522 tok2str(ppptype2str,"unknown", EXTRACT_16BITS(tptr)), in handle_ctrl_proto()
523 EXTRACT_16BITS(tptr))); in handle_ctrl_proto()
634 ND_PRINT((ndo, ": %u", EXTRACT_16BITS(p + 2))); in print_lcp_config_options()
650 …ND_PRINT((ndo, ": %s", tok2str(ppptype2str, "Unknown Auth Proto (0x04x)", EXTRACT_16BITS(p + 2)))); in print_lcp_config_options()
652 switch (EXTRACT_16BITS(p+2)) { in print_lcp_config_options()
672 if (EXTRACT_16BITS(p+2) == PPP_LQM) in print_lcp_config_options()
695 ND_PRINT((ndo, ": 0x%04x", EXTRACT_16BITS(p + 2))); in print_lcp_config_options()
714 ND_PRINT((ndo, ": %u", EXTRACT_16BITS(p + 2))); in print_lcp_config_options()
824 (EXTRACT_16BITS(p))&0x0fff, /* only support 12-Bit sequence space for now */ in handle_mlppp()
861 len = EXTRACT_16BITS(p); in handle_chap()
941 len = EXTRACT_16BITS(p); in handle_pap()
1068 compproto = EXTRACT_16BITS(p+2); in print_ipcp_config_options()
1088 EXTRACT_16BITS(p+4), in print_ipcp_config_options()
1089 EXTRACT_16BITS(p+6), in print_ipcp_config_options()
1090 EXTRACT_16BITS(p+8), in print_ipcp_config_options()
1091 EXTRACT_16BITS(p+10), in print_ipcp_config_options()
1092 EXTRACT_16BITS(p+12))); in print_ipcp_config_options()
1195 EXTRACT_16BITS(p + 2), in print_ip6cp_config_options()
1196 EXTRACT_16BITS(p + 4), in print_ip6cp_config_options()
1197 EXTRACT_16BITS(p + 6), in print_ip6cp_config_options()
1198 EXTRACT_16BITS(p + 8))); in print_ip6cp_config_options()
1424 proto = EXTRACT_16BITS(b); /* next guess - load two octets */ in ppp_hdlc()
1430 proto = EXTRACT_16BITS(b+2); /* load the PPP proto-id */ in ppp_hdlc()
1528 ppp_header = EXTRACT_16BITS(p); in ppp_print()
1563 proto = EXTRACT_16BITS(p); in ppp_print()
1679 proto = EXTRACT_16BITS(p); in ppp_hdlc_if_print()
1757 ptype = EXTRACT_16BITS(p); in ppp_bsdos_if_print()
1777 ptype = EXTRACT_16BITS(&ph->phdr_type); in ppp_bsdos_if_print()