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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-isoclns.c2084 const struct isis_iih_ptp_header *header_iih_ptp; local
2109 header_iih_ptp = (const struct isis_iih_ptp_header *)pptr;
2195 printf(", src-id %s", isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN));
2284 pdu_len=EXTRACT_16BITS(header_iih_ptp->pdu_len);
2290 TCHECK(*header_iih_ptp);
2292 isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN),
2293 EXTRACT_16BITS(header_iih_ptp->holding_time),
2296 header_iih_ptp->circuit_type));
2299 header_iih_ptp->circuit_id,

Completed in 58 milliseconds