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]);
1515 (int)ttl);
1517 if (ttl < 0) {
1519 ttl);
1521 printf("TTL=%d", ttl);
1833 u_int32_t ttl = 0;
1837 ttl = (u_int32_t)ntohl(*(u_int32_t *)cp);
1847 if (ttl == 0xffffffff) {
1855 printf("(TTL=%u)", ttl);