Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-l2tp.c741 uint16_t l2tp_len; in l2tp_print() local
781 l2tp_len = GET_BE_U_2(ptr); in l2tp_print()
785 l2tp_len = 0; in l2tp_print()
814 if (length < l2tp_len) { in l2tp_print()
815 ND_PRINT(" Length %u larger than packet", l2tp_len); in l2tp_print()
818 length = l2tp_len; in l2tp_print()