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.h209 #define MAXTTL 255 /* maximum time to live (seconds) */ macro
H A Dip_reass.c978 if (ttl < 1 || ttl > MAXTTL) in sysctl_fragttl()
H A Dip_output.c1215 if (optval >= 0 && optval <= MAXTTL) in ip_ctloutput()
H A Dip_mroute.c1394 if (ip->ip_ttl < MAXTTL) in X_ip_mforward()
/freebsd/stand/libsa/
H A Dip.c287 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.c3521 return (ttl > MAXTTL); in vxlan_check_ttl()