Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-l2tp.c43 #define L2TP_VERSION_MASK 0x000f /* Version Mask */ macro
748 if ((GET_BE_U_2(ptr) & L2TP_VERSION_MASK) == L2TP_VERSION_L2TP) { in l2tp_print()
750 } else if ((GET_BE_U_2(ptr) & L2TP_VERSION_MASK) == L2TP_VERSION_L2F) { in l2tp_print()