Searched refs:MAX_TCPOPTLEN (Results 1 – 6 of 6) sorted by relevance
104 #define MAX_TCPOPTLEN 40 /* max # bytes that go in options */ macro
245 t_sack_block[(MAX_TCPOPTLEN - 2) / (sizeof(u_int32_t) * 2)]; in tcp_sack_option()
1112 tlen = hlen + sizeof(struct tcphdr) + MAX_TCPOPTLEN; in syn_cache_respond()
518 u_char opt[MAX_TCPOPTLEN], *optp; in tcp_output()
295 KASSERT(cnt <= MAX_TCPOPTLEN); in npf_fetch_tcpopts()369 KASSERT(cnt <= MAX_TCPOPTLEN); in npf_set_mss()
1588 u_int8_t opts[MAX_TCPOPTLEN], *opt = opts;