Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-pptp.c97 nd_uint32_t framing_cap; member
109 nd_uint32_t framing_cap; member
361 const nd_uint32_t framing_cap) in pptp_framing_cap_print() argument
364 if (GET_BE_U_4(framing_cap) & PPTP_FRAMING_CAP_ASYNC_MASK) { in pptp_framing_cap_print()
367 if (GET_BE_U_4(framing_cap) & PPTP_FRAMING_CAP_SYNC_MASK) { in pptp_framing_cap_print()
539 pptp_framing_cap_print(ndo, ptr->framing_cap); in pptp_sccrq_print()
556 pptp_framing_cap_print(ndo, ptr->framing_cap); in pptp_sccrp_print()