Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:metric

363     { ISIS_SUBTLV_EXT_IS_REACH_TE_METRIC,              "Traffic Engineering Metric" },
1269 /* print the 4-byte metric block which is common found in the old-style TLVs */
1273 printf(", Default Metric: %d, %s",
1277 printf("\n\t\t Delay Metric: %d, %s",
1281 printf("\n\t\t Expense Metric: %d, %s",
1285 printf("\n\t\t Error Metric: %d, %s",
1324 printf(", Distribution: %s, Metric: %u, %s",
1330 printf("%s Delay Metric: %u, %s",
1336 printf("%s Expense Metric: %u, %s",
1342 printf("%s Error Metric: %u, %s",
1553 if (tlv_type != ISIS_TLV_IS_ALIAS_ID) { /* the Alias TLV Metric field is implicit 0 */
1556 printf(", Metric: %d",EXTRACT_24BITS(tptr));
1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen;
1628 metric = EXTRACT_32BITS(tptr);
1683 printf(", Distribution: %s, Metric: %u",
1685 metric);
2594 printf("\n\t Metric Block");