Lines Matching +defs:version +defs:x
544 #define ISIS_MASK_LSP_OL_BIT(x) (GET_U_1(x)&0x4) argument
545 #define ISIS_MASK_LSP_ISTYPE_BITS(x) (GET_U_1(x)&0x3) argument
546 #define ISIS_MASK_LSP_PARTITION_BIT(x) (GET_U_1(x)&0x80) argument
547 #define ISIS_MASK_LSP_ATT_BITS(x) (GET_U_1(x)&0x78) argument
548 #define ISIS_MASK_LSP_ATT_ERROR_BIT(x) (GET_U_1(x)&0x40) argument
549 #define ISIS_MASK_LSP_ATT_EXPENSE_BIT(x) (GET_U_1(x)&0x20) argument
550 #define ISIS_MASK_LSP_ATT_DELAY_BIT(x) (GET_U_1(x)&0x10) argument
551 #define ISIS_MASK_LSP_ATT_DEFAULT_BIT(x) (GET_U_1(x)&0x8) argument
553 #define ISIS_MASK_MTID(x) ((x)&0x0fff) argument
554 #define ISIS_MASK_MTFLAGS(x) ((x)&0xf000) argument
562 #define ISIS_MASK_TLV_EXTD_IP_UPDOWN(x) ((x)&0x80) argument
563 #define ISIS_MASK_TLV_EXTD_IP_SUBTLV(x) ((x)&0x40) argument
565 #define ISIS_MASK_TLV_EXTD_IP6_IE(x) ((x)&0x40) argument
566 #define ISIS_MASK_TLV_EXTD_IP6_SUBTLV(x) ((x)&0x20) argument
568 #define ISIS_LSP_TLV_METRIC_SUPPORTED(x) (GET_U_1(x)&0x80) argument
569 #define ISIS_LSP_TLV_METRIC_IE(x) (GET_U_1(x)&0x40) argument
570 #define ISIS_LSP_TLV_METRIC_UPDOWN(x) (GET_U_1(x)&0x80) argument
571 #define ISIS_LSP_TLV_METRIC_VALUE(x) (GET_U_1(x)&0x3f) argument
573 #define ISIS_MASK_TLV_SHARED_RISK_GROUP(x) ((x)&0x1) argument
672 nd_uint8_t version; /* Protocol version */ member
806 nd_uint8_t version; member
1156 nd_uint8_t version; member
1168 u_int li, version, esis_pdu_type, source_address_length, source_address_number; in esis_print() local
2483 uint8_t version, pdu_version, fixed_len; in isis_print() local