Lines Matching refs:tlv_value
122 int type, len, tlv_len, tlv_value, mgmtd_len; in vtp_print() local
311 tlv_value = EXTRACT_16BITS(tptr+2); in vtp_print()
315 ND_PRINT((ndo, ", %u", tlv_value)); in vtp_print()
320 tlv_value == 1 ? "Enabled" : "Disabled", in vtp_print()
321 tlv_value)); in vtp_print()
326 tok2str(vtp_stp_type_values, "Unknown", tlv_value), in vtp_print()
327 tlv_value)); in vtp_print()
332 tlv_value == 1 ? "SRB" : "SRT", in vtp_print()
333 tlv_value)); in vtp_print()
338 tlv_value == 1 ? "Backup" : "Not backup", in vtp_print()
339 tlv_value)); in vtp_print()