Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet/
Dip_var.h96 #define MAX_IPOPTLEN 40 macro
100 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
Dip_input.c212 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)];
Dip_output.c1607 if (m->m_len > MAX_IPOPTLEN + sizeof(struct in_addr))
/mirbsd/src/sbin/ping/
Dping.c668 static char old_rr[MAX_IPOPTLEN]; in pr_pack()
804 if (i >= MAX_IPOPTLEN) { in pr_pack()
831 if (i < MAX_IPOPTLEN) { in pr_pack()
853 if (j >= MAX_IPOPTLEN) { in pr_pack()
/mirbsd/src/usr.sbin/traceroute/
Dtraceroute.c246 #define MAX_LSRR ((MAX_IPOPTLEN - 4) / 4)