Home
last modified time | relevance | path

Searched refs:MAX_IPOPTLEN (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_var.h113 #define MAX_IPOPTLEN 40 macro
117 char ipopt_list[MAX_IPOPTLEN]; /* options proper */
H A Dip_output.c2788 if (m->m_len > MAX_IPOPTLEN + sizeof(struct in_addr)) { in ip_pcbopts()
H A Dip_input.c384 struct in_addr route[MAX_IPOPTLEN / sizeof(struct in_addr)];
H A Dtcp_input.c1912 #define MAX_IPWORDS ((sizeof(struct ip) + MAX_IPOPTLEN) / sizeof(uint32_t)) in tcp_input()