Lines Matching refs:header_iih_lan
2070 const struct isis_iih_lan_header *header_iih_lan; in isis_print() local
2095 header_iih_lan = (const struct isis_iih_lan_header *)pptr; in isis_print()
2176 isis_print_id(header_iih_lan->source_id, SYSTEM_ID_LEN))); in isis_print()
2178 isis_print_id(header_iih_lan->lan_id,NODE_ID_LEN), in isis_print()
2179 header_iih_lan->priority)); in isis_print()
2236 pdu_len=EXTRACT_16BITS(header_iih_lan->pdu_len); in isis_print()
2242 ND_TCHECK(*header_iih_lan); in isis_print()
2244 isis_print_id(header_iih_lan->source_id,SYSTEM_ID_LEN), in isis_print()
2245 EXTRACT_16BITS(header_iih_lan->holding_time), in isis_print()
2248 header_iih_lan->circuit_type))); in isis_print()
2251 isis_print_id(header_iih_lan->lan_id, NODE_ID_LEN), in isis_print()
2252 (header_iih_lan->priority) & ISIS_LAN_PRIORITY_MASK, in isis_print()