Lines Matching refs:header_iih_lan
2177 const struct isis_iih_lan_header *header_iih_lan; in isis_print() local
2204 header_iih_lan = (const struct isis_iih_lan_header *)pptr; in isis_print()
2320 ND_TCHECK(*header_iih_lan); in isis_print()
2325 isis_print_id(header_iih_lan->source_id, SYSTEM_ID_LEN))); in isis_print()
2327 isis_print_id(header_iih_lan->lan_id,NODE_ID_LEN), in isis_print()
2328 header_iih_lan->priority)); in isis_print()
2332 pdu_len=EXTRACT_16BITS(header_iih_lan->pdu_len); in isis_print()
2339 isis_print_id(header_iih_lan->source_id,SYSTEM_ID_LEN), in isis_print()
2340 EXTRACT_16BITS(header_iih_lan->holding_time), in isis_print()
2343 header_iih_lan->circuit_type))); in isis_print()
2346 isis_print_id(header_iih_lan->lan_id, NODE_ID_LEN), in isis_print()
2347 (header_iih_lan->priority) & ISIS_LAN_PRIORITY_MASK, in isis_print()