MAX_IPOPTLEN      196 netinet/ip_input.c 	struct	in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)];
MAX_IPOPTLEN     1680 netinet/ip_output.c 	if (m->m_len > MAX_IPOPTLEN + sizeof(struct in_addr))
MAX_IPOPTLEN       87 netinet/ip_var.h 	int8_t	ipopt_list[MAX_IPOPTLEN];	/* options proper */