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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pptp.c104 u_int32_t framing_cap; member in struct:pptp_msg_sccrq
116 u_int32_t framing_cap; member in struct:pptp_msg_sccrp
250 2 u_int32_t framing_cap;
378 pptp_framing_cap_print(const u_int32_t *framing_cap) argument
381 if (EXTRACT_32BITS(framing_cap) & PPTP_FRAMING_CAP_ASYNC_MASK) {
384 if (EXTRACT_32BITS(framing_cap) & PPTP_FRAMING_CAP_SYNC_MASK) {
596 TCHECK(ptr->framing_cap);
597 pptp_framing_cap_print(&ptr->framing_cap);
626 TCHECK(ptr->framing_cap);
627 pptp_framing_cap_print(&ptr->framing_cap);
[all...]

Completed in 54 milliseconds