Searched refs:isis_header (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-isoclns.c1765 const struct isis_common_header *isis_header; local
1789 isis_header = (const struct isis_common_header *)p;
1790 TCHECK(*isis_header);
1805 if (isis_header->version != ISIS_VERSION) {
1806 printf("version %d packet not supported", isis_header->version);
1810 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
1812 isis_header->id_length);
1816 if (isis_header->pdu_version != ISIS_VERSION) {
1817 printf("version %d packet not supported", isis_header
[all...]

Completed in 67 milliseconds