Lines Matching refs:header_iih_lan
2082 const struct isis_iih_lan_header *header_iih_lan; in isis_print() local
2107 header_iih_lan = (const struct isis_iih_lan_header *)pptr; in isis_print()
2188 isis_print_id(header_iih_lan->source_id,SYSTEM_ID_LEN)); in isis_print()
2190 isis_print_id(header_iih_lan->lan_id,NODE_ID_LEN), in isis_print()
2191 header_iih_lan->priority); in isis_print()
2248 pdu_len=EXTRACT_16BITS(header_iih_lan->pdu_len); in isis_print()
2254 TCHECK(*header_iih_lan); in isis_print()
2256 isis_print_id(header_iih_lan->source_id,SYSTEM_ID_LEN), in isis_print()
2257 EXTRACT_16BITS(header_iih_lan->holding_time), in isis_print()
2260 header_iih_lan->circuit_type)); in isis_print()
2263 isis_print_id(header_iih_lan->lan_id, NODE_ID_LEN), in isis_print()
2264 (header_iih_lan->priority) & ISIS_LAN_PRIORITY_MASK, in isis_print()