Lines Matching refs:header_iih_lan
2472 const struct isis_iih_lan_header *header_iih_lan; in isis_print() local
2506 header_iih_lan = (const struct isis_iih_lan_header *)pptr; in isis_print()
2628 ND_TCHECK_SIZE(header_iih_lan); in isis_print()
2633 isis_print_id(ndo, header_iih_lan->source_id, SYSTEM_ID_LEN)); in isis_print()
2635 isis_print_id(ndo, header_iih_lan->lan_id,NODE_ID_LEN), in isis_print()
2636 GET_U_1(header_iih_lan->priority)); in isis_print()
2640 pdu_len=GET_BE_U_2(header_iih_lan->pdu_len); in isis_print()
2647 isis_print_id(ndo, header_iih_lan->source_id,SYSTEM_ID_LEN), in isis_print()
2648 GET_BE_U_2(header_iih_lan->holding_time), in isis_print()
2651 GET_U_1(header_iih_lan->circuit_type))); in isis_print()
2654 isis_print_id(ndo, header_iih_lan->lan_id, NODE_ID_LEN), in isis_print()
2655 GET_U_1(header_iih_lan->priority) & ISIS_LAN_PRIORITY_MASK, in isis_print()