Home | History | Annotate | Download | only in ping

Lines Matching defs:ttl

47  * Multicast options (ttl, if, loop) - Steve Deering, Stanford, August 1988.
48 * ttl, duplicate detection - Cliff Frost, UCB, April 1989
245 u_char ttl = 0;
403 errx(EXIT_FAILURE, "ttl out of range: %s",
405 ttl = (u_char)l; /* cannot check >255 otherwise */
573 opack_ip->ip_ttl = ttl ? ttl : MAXTTL;
587 if (ttl != 0
589 (char *) &ttl, 1) < 0)
1027 int ttl,
1038 (void)printf(" ttl=%d", ttl);
1775 (void)printf("\n Vr HL TOS Len ID Flg off TTL Pro cks Src Dst\n");
1987 " [-l preload] [-p pattern] [-s size] [-T ttl] [-t tos]"