Lines Matching defs:ttl
153 /* FQDN case, 64 bits of nonce + 32 bits ttl */
1488 int32_t ttl;
1510 ttl = (int32_t)ntohl(*(u_long *)&buf[off+ICMP6ECHOLEN+8]);
1514 printf("TTL=%d:meaningless",
1515 (int)ttl);
1517 if (ttl < 0) {
1518 printf("TTL=%d:invalid",
1519 ttl);
1521 printf("TTL=%d", ttl);
1825 * In icmp-name-lookups 05 and later, TTL of each returned address
1833 u_int32_t ttl = 0;
1837 ttl = (u_int32_t)ntohl(*(u_int32_t *)cp);
1847 if (ttl == 0xffffffff) {
1850 * type of TTL (i.e. non-ND TTL)?
1852 printf("(TTL=infty)");
1855 printf("(TTL=%u)", ttl);