Searched refs:framing_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pptp.c153 u_int32_t framing_type; member in struct:pptp_msg_ocrq
202 u_int32_t framing_type; member in struct:pptp_msg_iccn
251 2 u_int32_t framing_type;
391 pptp_framing_type_print(const u_int32_t *framing_type) argument
394 switch (EXTRACT_32BITS(framing_type)) {
743 TCHECK(ptr->framing_type);
744 pptp_framing_type_print(&ptr->framing_type);
862 TCHECK(ptr->framing_type);
863 pptp_framing_type_print(&ptr->framing_type);

Completed in 72 milliseconds