Home
last modified time | relevance | path

Searched refs:tlv_value (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-vtp.c123 int type, len, tlv_len, tlv_value, mgmtd_len; in vtp_print() local
292 tlv_value = EXTRACT_16BITS(tptr+2); in vtp_print()
296 ND_PRINT((ndo, ", %u", tlv_value)); in vtp_print()
301 tlv_value == 1 ? "Enabled" : "Disabled", in vtp_print()
302 tlv_value)); in vtp_print()
307 tok2str(vtp_stp_type_values, "Unknown", tlv_value), in vtp_print()
308 tlv_value)); in vtp_print()
313 tlv_value == 1 ? "SRB" : "SRT", in vtp_print()
314 tlv_value)); in vtp_print()
319 tlv_value == 1 ? "Backup" : "Not backup", in vtp_print()
[all …]
Dprint-juniper.c1099 int tlv_value; in juniper_read_tlv_value() local
1105 tlv_value = *p; in juniper_read_tlv_value()
1108 tlv_value = EXTRACT_LE_16BITS(p); in juniper_read_tlv_value()
1111 tlv_value = EXTRACT_LE_24BITS(p); in juniper_read_tlv_value()
1114 tlv_value = EXTRACT_LE_32BITS(p); in juniper_read_tlv_value()
1117 tlv_value = -1; in juniper_read_tlv_value()
1124 tlv_value = *p; in juniper_read_tlv_value()
1127 tlv_value = EXTRACT_16BITS(p); in juniper_read_tlv_value()
1130 tlv_value = EXTRACT_24BITS(p); in juniper_read_tlv_value()
1133 tlv_value = EXTRACT_32BITS(p); in juniper_read_tlv_value()
[all …]