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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-isoclns.c2082 const struct isis_iih_ptp_header *header_iih_ptp; local
2107 header_iih_ptp = (const struct isis_iih_ptp_header *)pptr;
2193 printf(", src-id %s", isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN));
2282 pdu_len=EXTRACT_16BITS(header_iih_ptp->pdu_len);
2288 TCHECK(*header_iih_ptp);
2290 isis_print_id(header_iih_ptp->source_id,SYSTEM_ID_LEN),
2291 EXTRACT_16BITS(header_iih_ptp->holding_time),
2294 header_iih_ptp->circuit_type));
2297 header_iih_ptp->circuit_id,

Completed in 62 milliseconds