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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-vtp.c124 int type, len, tlv_len, tlv_value; local
283 tlv_value = EXTRACT_16BITS(tptr+2);
287 ND_PRINT((ndo, ", %u", tlv_value));
292 tlv_value == 1 ? "Enabled" : "Disabled",
293 tlv_value));
298 tok2str(vtp_stp_type_values, "Unknown", tlv_value),
299 tlv_value));
304 tlv_value == 1 ? "SRB" : "SRT",
305 tlv_value));
310 tlv_value
[all...]
H A Dprint-juniper.c1096 int tlv_value; local
1102 tlv_value = *p;
1105 tlv_value = EXTRACT_LE_16BITS(p);
1108 tlv_value = EXTRACT_LE_24BITS(p);
1111 tlv_value = EXTRACT_LE_32BITS(p);
1114 tlv_value = -1;
1121 tlv_value = *p;
1124 tlv_value = EXTRACT_16BITS(p);
1127 tlv_value = EXTRACT_24BITS(p);
1130 tlv_value
1148 int tlv_value; local
[all...]
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_nvram.c107 tlv_value( function
1018 memcpy(itemp, tlv_value(&cursor), item_length);
1303 value = (caddr_t)tlv_value(&cursor);

Completed in 76 milliseconds