MAX_TCPOPTLEN    1508 net/pf.c       	u_int8_t opts[MAX_TCPOPTLEN], *opt = opts;
MAX_TCPOPTLEN     216 netinet/tcp_output.c 	u_char opt[MAX_TCPOPTLEN];
MAX_TCPOPTLEN     641 netinet/tcp_output.c 		int maxsack = (MAX_TCPOPTLEN - (optlen + 4))/TCPOLEN_SACK;
MAX_TCPOPTLEN     659 netinet/tcp_output.c 	if (optlen > MAX_TCPOPTLEN)
MAX_TCPOPTLEN     236 netinet/tcp_subr.c 		if (m->m_len + MAX_TCPOPTLEN + max_linkhdr >= MHLEN) {