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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-vtp.c122 int type, len, tlv_len, tlv_value, mgmtd_len; local
311 tlv_value = EXTRACT_16BITS(tptr+2);
315 ND_PRINT((ndo, ", %u", tlv_value));
320 tlv_value == 1 ? "Enabled" : "Disabled",
321 tlv_value));
326 tok2str(vtp_stp_type_values, "Unknown", tlv_value),
327 tlv_value));
332 tlv_value == 1 ? "SRB" : "SRT",
333 tlv_value));
338 tlv_value
[all...]
H A Dprint-juniper.c1134 int tlv_value; local
1140 tlv_value = *p;
1143 tlv_value = EXTRACT_LE_16BITS(p);
1146 tlv_value = EXTRACT_LE_24BITS(p);
1149 tlv_value = EXTRACT_LE_32BITS(p);
1152 tlv_value = -1;
1159 tlv_value = *p;
1162 tlv_value = EXTRACT_16BITS(p);
1165 tlv_value = EXTRACT_24BITS(p);
1168 tlv_value
1186 int tlv_value; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c107 tlv_value( function
1020 memcpy(itemp, tlv_value(&cursor), item_length);
1307 value = (caddr_t)tlv_value(&cursor);
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h30294 uint32_t tlv_value[64]; member in struct:hwrm_struct_data_lldp_generic
[all...]

Completed in 209 milliseconds