Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:lifetime

233     { 0xa, "Lifetime"},
266 { 0x0, "Lifetime expired while data unit in transit"},
267 { 0x1, "Lifetime expired during reassembly"},
696 u_int8_t lifetime; /* units of 500ms */
768 printf("\n\t%s PDU, hlen: %u, v: %u, lifetime: %u.%us, Segment PDU length: %u, checksum: 0x%04x ",
772 clnp_header->lifetime/2,
773 (clnp_header->lifetime%2)*5,
1847 printf(", lsp-id %s, seq 0x%08x, lifetime %5us",
1974 printf("\n\t lsp-id: %s, seq: 0x%08x, lifetime: %5us\n\t chksum: 0x%04x",
2471 printf(", lifetime: %5ds",EXTRACT_16BITS(tlv_lsp->remaining_lifetime));