Lines Matching refs:tlv_value
124 int type, len, tlv_len, tlv_value; in vtp_print() local
283 tlv_value = EXTRACT_16BITS(tptr+2); in vtp_print()
287 ND_PRINT((ndo, ", %u", tlv_value)); in vtp_print()
292 tlv_value == 1 ? "Enabled" : "Disabled", in vtp_print()
293 tlv_value)); in vtp_print()
298 tok2str(vtp_stp_type_values, "Unknown", tlv_value), in vtp_print()
299 tlv_value)); in vtp_print()
304 tlv_value == 1 ? "SRB" : "SRT", in vtp_print()
305 tlv_value)); in vtp_print()
310 tlv_value == 1 ? "Backup" : "Not backup", in vtp_print()
311 tlv_value)); in vtp_print()