Searched refs:MAX_IPOPTLEN (Results 1 – 5 of 5) sorted by relevance
41 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()
99 #define MAXIPLEN (sizeof(struct ip) + MAX_IPOPTLEN)100 #define MAXICMPLEN (ICMP_ADVLENMIN + MAX_IPOPTLEN)222 char rspace[MAX_IPOPTLEN]; /* record route space */ in ping()543 icmp_len += MAX_IPOPTLEN; in ping()1105 static char old_rr[MAX_IPOPTLEN]; in pr_pack()
255 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))