Home
last modified time | relevance | path

Searched refs:MAXTTL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dip.h157 #define MAXTTL 255 /* maximum time to live (seconds) */ macro
/freebsd/sys/netinet/
H A Dip.h208 #define MAXTTL 255 /* maximum time to live (seconds) */ macro
H A Dip_reass.c979 if (ttl < 1 || ttl > MAXTTL) in sysctl_fragttl()
H A Dip_output.c1207 if (optval >= 0 && optval <= MAXTTL) in ip_ctloutput()
H A Dip_mroute.c1356 if (ip->ip_ttl < MAXTTL) in X_ip_mforward()
/freebsd/stand/libsa/
H A Dip.c307 ipr->ip_ttl = MAXTTL; in readipv4()
/freebsd/sbin/ping/
H A Dping.c411 ltmp = strtonum(optarg, 0, MAXTTL, &errstr); in ping()
469 ltmp = strtonum(optarg, 0, MAXTTL, &errstr); in ping()
/freebsd/sys/net/
H A Dif_vxlan.c3522 return (ttl > MAXTTL);