Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:tlv_type

187     u_int tlv_type, tlv_length;
196 tlv_type = EXTRACT_16BITS(tptr);
202 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type),
203 tlv_type,
213 if (tlv_type == 0 || tlv_length ==0) {
218 switch(tlv_type) {
270 u_int tlv_type, tlv_length, subtlv_type, subtlv_length;
283 tlv_type = EXTRACT_16BITS(tptr);
289 tok2str(lsa_opaque_te_tlv_values,"unknown",tlv_type),
290 tlv_type,
300 if (tlv_type == 0 || tlv_length ==0) {
304 switch(tlv_type) {
624 register int j, tlv_type, tlv_length, topology;
812 tlv_type = EXTRACT_16BITS(tptr);
818 tok2str(lsa_opaque_ri_tlv_values,"unknown",tlv_type),
819 tlv_type,
828 switch(tlv_type) {