Home
last modified time | relevance | path

Searched refs:MAX_IPOPTLEN (Results 1 – 5 of 5) sorted by last modified time

/freebsd/sys/netinet/
H A Dip_var.h78 #define MAX_IPOPTLEN 40 macro
82 char ipopt_list[MAX_IPOPTLEN]; /* options proper */
H A Dip_options.c689 if (m->m_len > MAX_IPOPTLEN + sizeof(struct in_addr)) in ip_pcbopts()
H A Dip_options.h41 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)];
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c255 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))
/freebsd/sbin/ping/
H A Dping.c99 #define MAXIPLEN (sizeof(struct ip) + MAX_IPOPTLEN)
100 #define MAXICMPLEN (ICMP_ADVLENMIN + MAX_IPOPTLEN)
222 char rspace[MAX_IPOPTLEN]; /* record route space */ in ping()
543 icmp_len += MAX_IPOPTLEN; in ping()
1105 static char old_rr[MAX_IPOPTLEN]; in pr_pack()