Searched refs:to_tsval (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_lro.c273 (TSTMP_GT(topt->to_tsval, ntohl(*(flow->lr_tsval))))) {
274 *(flow->lr_tsval) = htonl(topt->to_tsval);
466 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4));
H A Dtcp_input.c1689 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4));
2368 tp->ts_recent = to.to_tsval;
2395 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2468 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2482 tp->ts_recent = to.to_tsval;
3190 TSTMP_LT(to.to_tsval, tp->ts_recent)) {
3378 tp->ts_recent = to.to_tsval;
4557 (char *)&to->to_tsval, sizeof(to->to_tsval));
4558 NTOHL(to->to_tsval);
[all...]
H A Dtcp_var.h594 u_int32_t to_tsval; member in struct:tcpopt

Completed in 22 milliseconds