Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-pptp.c58 #define PPTP_FRAMING_CAP_ASYNC_MASK 0x00000001 /* Aynchronous */ macro
366 if (GET_BE_U_4(framing_cap) & PPTP_FRAMING_CAP_ASYNC_MASK) { in pptp_framing_cap_print()