Searched refs:L2TP_FLAG_PRIORITY (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/tcpdump/ | ||
H A D | l2tp.h | 31 #define L2TP_FLAG_PRIORITY 0x0100 /* Priority */ macro |
H A D | print-l2tp.c | 660 if (ntohs(val) & L2TP_FLAG_PRIORITY) { in l2tp_print() |