Searched refs:TCP_MAXOLEN (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dtcpip.h65 char ti_o[TCP_MAXOLEN]; /* space for tcp options */
/freebsd-9.3-release/sys/netinet/
H A Dtcp.h147 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
H A Dtcp_output.c175 u_char opt[TCP_MAXOLEN];
1439 if (optlen == TCP_MAXOLEN)
1447 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG)
1461 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW)
1473 if (TCP_MAXOLEN - optlen < TCPOLEN_SACK_PERMITTED)
1484 if (TCP_MAXOLEN - optlen < TCPOLEN_TIMESTAMP)
1505 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE)
1526 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK)
1531 (TCP_MAXOLEN - optlen) / TCPOLEN_SACK);
1568 KASSERT(optlen <= TCP_MAXOLEN, ("
[all...]
H A Dtcp_syncache.c1368 KASSERT(max_linkhdr + tlen + TCP_MAXOLEN <= MHLEN,
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c2260 u_char opts[TCP_MAXOLEN];
H A Dpf.c2256 u_int8_t opts[TCP_MAXOLEN], *opt = opts;

Completed in 78 milliseconds