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

/external/tcpdump/
H A Dprint-isoclns.c1734 const struct isis_iih_ptp_header *header_iih_ptp; local
1757 header_iih_ptp = (const struct isis_iih_ptp_header *)pptr;
1843 printf(", src-id %s", isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN));
1932 pdu_len=EXTRACT_16BITS(header_iih_ptp->pdu_len);
1938 TCHECK(*header_iih_ptp);
1940 isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN),
1941 EXTRACT_16BITS(header_iih_ptp->holding_time),
1944 header_iih_ptp->circuit_type));
1947 header_iih_ptp->circuit_id,

Completed in 54 milliseconds