TCPOLEN_WINDOW
if (optlen != TCPOLEN_WINDOW)
if (optlen != TCPOLEN_WINDOW) {
if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW)
optlen += TCPOLEN_WINDOW;
*optp++ = TCPOLEN_WINDOW;
optlen += PADTCPOLEN(TCPOLEN_WINDOW);
optlen += PADTCPOLEN(TCPOLEN_WINDOW);
if (ol == TCPOLEN_WINDOW) {
if (optlen == TCPOLEN_WINDOW)
if (olen < TCPOLEN_WINDOW || !pf_pull_hdr(pd->m,
TCPOPT_WINDOW, TCPOLEN_WINDOW)) != NULL) {
if (optlen >= TCPOLEN_WINDOW)