Searched refs:MAX_IPOPTLEN (Results 1 – 4 of 4) sorted by relevance
43 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)];
78 #define MAX_IPOPTLEN 40 macro82 char ipopt_list[MAX_IPOPTLEN]; /* options proper */
691 if (m->m_len > MAX_IPOPTLEN + sizeof(struct in_addr)) in ip_pcbopts()