Searched refs:MAX_IPOPTLEN (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/traceroute/
H A Dtraceroute.h74 #define MAX_LSRR ((MAX_IPOPTLEN - 4) / 4)
/openbsd-current/sys/netinet/
H A Dip_var.h44 #define MAX_IPOPTLEN 40 macro
98 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
H A Dip_output.c1256 m->m_len > MAX_IPOPTLEN + sizeof(struct in_addr))
H A Dip_input.c176 struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];
/openbsd-current/sbin/ping/
H A Dping.c1422 static char old_rr[MAX_IPOPTLEN];
1463 if (i >= MAX_IPOPTLEN) {
1490 if (i < MAX_IPOPTLEN) {
1516 if (j >= MAX_IPOPTLEN) {

Completed in 195 milliseconds