Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c2067 #define MAX_IPWORDS ((sizeof(struct ip) + MAX_IPOPTLEN) / sizeof(uint32_t)) in tcp_input() macro
2068 uint32_t saved_hdr[MAX_IPWORDS]; in tcp_input()