Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:id_length

614     u_int8_t id_length;
2093 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len;
2125 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
2127 isis_header->id_length);
2148 id_length = isis_header->id_length;
2149 switch(id_length) {
2151 id_length = 6; /* silly shit again */
2163 id_length = 0; /* entirely useless */
2170 if (id_length != 6 ) {
2171 printf("bad packet -- illegal sys-ID length (%u)", id_length);
2228 id_length,
2229 isis_header->id_length,