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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-vtp.c126 int type, len, tlv_len, tlv_value; local
288 tlv_value = EXTRACT_16BITS(tptr+2);
292 printf(", %u", tlv_value);
297 tlv_value == 1 ? "Enabled" : "Disabled",
298 tlv_value);
303 tok2str(vtp_stp_type_values, "Unknown", tlv_value),
304 tlv_value);
309 tlv_value == 1 ? "SRB" : "SRT",
310 tlv_value);
315 tlv_value
[all...]
H A Dprint-juniper.c1089 int tlv_value; local
1095 tlv_value = *p;
1098 tlv_value = EXTRACT_LE_16BITS(p);
1101 tlv_value = EXTRACT_LE_24BITS(p);
1104 tlv_value = EXTRACT_LE_32BITS(p);
1107 tlv_value = -1;
1114 tlv_value = *p;
1117 tlv_value = EXTRACT_16BITS(p);
1120 tlv_value = EXTRACT_24BITS(p);
1123 tlv_value
1140 int tlv_value; local
[all...]

Completed in 105 milliseconds