Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:id_length

613     uint8_t id_length;
2154 uint8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len;
2186 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
2188 isis_header->id_length));
2209 id_length = isis_header->id_length;
2210 switch(id_length) {
2212 id_length = 6; /* silly shit again */
2224 id_length = 0; /* entirely useless */
2231 if (id_length != 6 ) {
2232 ND_PRINT((ndo, "bad packet -- illegal sys-ID length (%u)", id_length));
2294 id_length,
2295 isis_header->id_length,