Searched refs:L2TP_VERSION_L2F (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/tcpdump/ | ||
H A D | l2tp.h | 34 #define L2TP_VERSION_L2F 0x0001 /* L2F */ macro |
H A D | print-l2tp.c | 635 } else if ((ntohs(val) & L2TP_VERSION_MASK) == L2TP_VERSION_L2F) { in l2tp_print() |