Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dl2tp.h31 #define L2TP_FLAG_PRIORITY 0x0100 /* Priority */ macro
H A Dprint-l2tp.c660 if (ntohs(val) & L2TP_FLAG_PRIORITY) { in l2tp_print()