Home
last modified time | relevance | path

Searched refs:ctrl_msg_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-pptp.c92 nd_uint16_t ctrl_msg_type; member
498 ctrl_msg_type == PPTP_CTRL_MSG_TYPE_SCCRP ? pptp_scrrp_str : in pptp_result_code_print()
501 ctrl_msg_type == PPTP_CTRL_MSG_TYPE_OCRP ? pptp_ocrp_str : in pptp_result_code_print()
502 ctrl_msg_type == PPTP_CTRL_MSG_TYPE_ICRP ? pptp_icrp_str : in pptp_result_code_print()
503 ctrl_msg_type == PPTP_CTRL_MSG_TYPE_CDN ? pptp_cdn_str : in pptp_result_code_print()
778 uint16_t ctrl_msg_type; in pptp_print() local
810 ctrl_msg_type = GET_BE_U_2(hdr->ctrl_msg_type); in pptp_print()
811 if (ctrl_msg_type < PPTP_MAX_MSGTYPE_INDEX) { in pptp_print()
813 pptp_message_type_string[ctrl_msg_type]); in pptp_print()
815 ND_PRINT(" UNKNOWN_CTRL_MSGTYPE(%u)", ctrl_msg_type); in pptp_print()
[all …]