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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_lro.c277 (topt->to_tsecr != 0) &&
278 (TSTMP_GT(topt->to_tsecr, ntohl(*(flow->lr_tsecr))))) {
281 topt->to_tsecr - ntohl(*(flow->lr_tsecr)));
283 *(flow->lr_tsecr) = htonl(topt->to_tsecr);
467 to.to_tsecr = ntohl(*(u_int32_t *)(void *)(optp + 8));
475 to.to_flags = to.to_tsecr = 0;
H A Dtcp_input.c1058 } else if (to->to_tsecr != 0) {
1071 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) {
1257 to->to_tsecr != 0 &&
1258 TSTMP_LT(to->to_tsecr, tp->t_rxtstart)) {
1521 to.to_tsecr = ntohl(*(u_int32_t *)(void *)(optp + 8));
4374 (char *)&to->to_tsecr, sizeof(to->to_tsecr));
4375 NTOHL(to->to_tsecr);
4512 (to->to_tsecr != 0) &&
4513 TSTMP_GEQ(tcp_now, to->to_tsecr)) {
[all...]
H A Dtcp_var.h545 u_int32_t to_tsecr; member in struct:tcpopt

Completed in 41 milliseconds