Searched refs:MAX_IPOPTLEN (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h124 #define MAX_IPOPTLEN 40 macro
128 char ipopt_list[MAX_IPOPTLEN]; /* options proper */
H A Dip_input.c333 struct in_addr route[MAX_IPOPTLEN / sizeof (struct in_addr)];
H A Dip_output.c2868 if (m->m_len > MAX_IPOPTLEN + sizeof (struct in_addr))

Completed in 29 milliseconds