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

/darwin-on-arm/xnu/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);
464 to.to_tsecr = ntohl(*(u_int32_t *)(void *)(optp + 8));
472 to.to_flags = to.to_tsecr = 0;
H A Dtcp_input.c904 } else if (to->to_tsecr != 0) {
917 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) {
1374 to.to_tsecr = ntohl(*(u_int32_t *)(void *)(optp + 8));
2295 if (((to.to_flags & TOF_TS) != 0) && (to.to_tsecr != 0) &&
2296 TSTMP_GEQ(tcp_now, to.to_tsecr)) {
2298 tcp_now - to.to_tsecr);
3427 if (((to.to_flags & TOF_TS) != 0) && (to.to_tsecr != 0) &&
3428 TSTMP_GEQ(tcp_now, to.to_tsecr)) {
3429 tcp_xmit_timer(tp, tcp_now - to.to_tsecr);
4078 (char *)&to->to_tsecr, sizeo
[all...]
H A Dtcp_var.h443 u_int32_t to_tsecr; member in struct:tcpopt

Completed in 32 milliseconds