HomeSort by: relevance | last modified time | path
    Searched defs:tsecr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 1394 u_int32_t tsval, tsecr; local in function:pf_normalize_tcp_init
1454 memcpy(&tsecr, &opt[6],
1458 src->scrub->pfss_tsecr = ntohl(tsecr);
1490 u_int32_t tsval = 0, tsecr = 0; local in function:pf_normalize_tcp_stateful
1576 memcpy(&tsecr, &opt[6],
1578 if (tsecr && dst->scrub &&
1581 tsecr = ntohl(tsecr)
1584 &th->th_sum, htonl(tsecr),
1615 #define TS_MAX_CONN (12*24*60*60) /* XXX remove when better tsecr check *
    [all...]
pf_norm.c 1394 u_int32_t tsval, tsecr; local in function:pf_normalize_tcp_init
1454 memcpy(&tsecr, &opt[6],
1458 src->scrub->pfss_tsecr = ntohl(tsecr);
1490 u_int32_t tsval = 0, tsecr = 0; local in function:pf_normalize_tcp_stateful
1576 memcpy(&tsecr, &opt[6],
1578 if (tsecr && dst->scrub &&
1581 tsecr = ntohl(tsecr)
1584 &th->th_sum, htonl(tsecr),
1615 #define TS_MAX_CONN (12*24*60*60) /* XXX remove when better tsecr check *
    [all...]

Completed in 25 milliseconds