HomeSort by relevance Sort by last modified time
    Searched full:ctrl_msg_type (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-pptp.c 97 u_int16_t ctrl_msg_type; member in struct:pptp_hdr
462 pptp_result_code_print(const u_int8_t *result_code, int ctrl_msg_type)
466 switch (ctrl_msg_type) {
960 u_int16_t ctrl_msg_type; local
993 TCHECK(hdr->ctrl_msg_type);
994 ctrl_msg_type = EXTRACT_16BITS(&hdr->ctrl_msg_type);
995 if (ctrl_msg_type < PPTP_MAX_MSGTYPE_INDEX) {
997 pptp_message_type_string[ctrl_msg_type]);
999 printf(" UNKNOWN_CTRL_MSGTYPE(%u)", ctrl_msg_type);
    [all...]

Completed in 43 milliseconds