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

/external/tcpdump/
H A Dprint-isoclns.c1731 const struct isis_common_header *isis_header; local
1753 isis_header = (const struct isis_common_header *)p;
1754 TCHECK(*isis_header);
1769 if (isis_header->version != ISIS_VERSION) {
1770 printf("version %d packet not supported", isis_header->version);
1774 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
1776 isis_header->id_length);
1780 if (isis_header->pdu_version != ISIS_VERSION) {
1781 printf("version %d packet not supported", isis_header
[all...]

Completed in 49 milliseconds