Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dl2tp.h48 #define L2TP_BEARER_CAP_ANALOG_MASK 0x00000002 /* Analog */ macro
H A Dprint-l2tp.c286 if (ntohl(*ptr) & L2TP_BEARER_CAP_ANALOG_MASK) { in l2tp_bearer_cap_print()