Searched refs:l2tp_len (Results 1 – 1 of 1) sorted by relevance
613 u_int16_t l2tp_len; in l2tp_print() local654 l2tp_len = EXTRACT_16BITS(ptr); in l2tp_print()658 l2tp_len = 0; in l2tp_print()689 if (length < l2tp_len) { in l2tp_print()690 printf(" Length %u larger than packet", l2tp_len); in l2tp_print()693 length = l2tp_len; in l2tp_print()