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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-isoclns.c2081 const struct isis_common_header *isis_header; local
2105 isis_header = (const struct isis_common_header *)p;
2106 TCHECK(*isis_header);
2121 if (isis_header->version != ISIS_VERSION) {
2122 printf("version %d packet not supported", isis_header->version);
2126 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
2128 isis_header->id_length);
2132 if (isis_header->pdu_version != ISIS_VERSION) {
2133 printf("version %d packet not supported", isis_header
[all...]

Completed in 45 milliseconds