HomeSort by: relevance | last modified time | path
    Searched refs:MAX_TCPOPTLEN (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
tcp.h 104 #define MAX_TCPOPTLEN 40 /* max # bytes that go in options */
tcp_sack.c 245 t_sack_block[(MAX_TCPOPTLEN - 2) / (sizeof(u_int32_t) * 2)];
tcp_syncache.c 1112 tlen = hlen + sizeof(struct tcphdr) + MAX_TCPOPTLEN;
tcp_output.c 518 u_char opt[MAX_TCPOPTLEN], *optp;
  /src/sys/net/npf/
npf_inet.c 295 KASSERT(cnt <= MAX_TCPOPTLEN);
369 KASSERT(cnt <= MAX_TCPOPTLEN);
  /src/sys/dist/pf/net/
pf.c 1588 u_int8_t opts[MAX_TCPOPTLEN], *opt = opts;

Completed in 20 milliseconds