Searched refs:MAX_IPOPTLEN (Results 1 – 6 of 6) sorted by relevance
91 #define MAX_IPOPTLEN 40 macro95 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
1640 if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr)) in ip_pcbopts()1649 if (m->m_len + olen > MAX_IPOPTLEN + sizeof(struct in_addr)) in ip_pcbopts()
232 struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];
175 char o_opt[MAX_IPOPTLEN];184 static uint8_t optspace[MAX_IPOPTLEN]; /* record route space */555 optspace[optlen+IPOPT_OLEN] = (MAX_IPOPTLEN -1-optlen); in main()557 optlen = MAX_IPOPTLEN; in main()1070 static char old_rr[MAX_IPOPTLEN]; in pr_pack()1137 case MAX_IPOPTLEN: in pr_pack()
264 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))781 u_char optlist[MAX_IPOPTLEN]; in main()
1260 sizeof(struct ip) + MAX_IPOPTLEN + in ah_attach()