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

/xnu-2422.115.4/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.c1520 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4));
2206 tp->ts_recent = to.to_tsval;
2233 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2306 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2320 tp->ts_recent = to.to_tsval;
3021 TSTMP_LT(to.to_tsval, tp->ts_recent)) {
3207 tp->ts_recent = to.to_tsval;
4371 (char *)&to->to_tsval, sizeof(to->to_tsval));
4372 NTOHL(to->to_tsval);
[all...]
H A Dtcp_var.h544 u_int32_t to_tsval; member in struct:tcpopt

Completed in 15 milliseconds