Home
last modified time | relevance | path

Searched refs:L2TP_FLAG_TYPE (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/tcpdump/
H A Dprint-l2tp.c37 #define L2TP_FLAG_TYPE 0x8000 /* Type (0=Data, 1=Control) */ macro
759 if (GET_BE_U_2(ptr) & L2TP_FLAG_TYPE) { in l2tp_print()