Home | History | Annotate | Download | only in tcpdump

Lines Matching full:id_length

550     u_int8_t id_length;
1744 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len;
1774 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
1776 isis_header->id_length);
1797 id_length = isis_header->id_length;
1798 switch(id_length) {
1800 id_length = 6; /* silly shit again */
1812 id_length = 0; /* entirely useless */
1819 if (id_length != 6 ) {
1820 printf("bad packet -- illegal sys-ID length (%u)", id_length);
1877 id_length,
1878 isis_header->id_length,