MAX_IPOPTLEN
static char old_rr[MAX_IPOPTLEN];
case MAX_IPOPTLEN:
char o_opt[MAX_IPOPTLEN];
static uint8_t optspace[MAX_IPOPTLEN]; /* record route space */
optspace[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen);
optlen = MAX_IPOPTLEN;
struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];
if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr))
if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr))
int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
sizeof(struct ip) + MAX_IPOPTLEN +
#define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))
u_char optlist[MAX_IPOPTLEN];