Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-pptp.c57 #define PPTP_FRAMING_CAP_SYNC_MASK 0x00000002 /* Synchronous */ macro
367 if (GET_BE_U_4(framing_cap) & PPTP_FRAMING_CAP_SYNC_MASK) { in pptp_framing_cap_print()