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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c271 if (topt->to_flags & TOF_TS) {
297 if ((topt) && (topt->to_flags & TOF_TS)) {
462 to.to_flags |= TOF_TS;
484 (to.to_flags & TOF_TS))) {
516 (tcpflags == 0) && (ecn != IPTOS_ECN_CE) && (to.to_flags & TOF_TS)) {
519 (to.to_flags & TOF_TS) ? (u_int32_t *)(void *)(optp + 4) : NULL,
520 (to.to_flags & TOF_TS) ? (u_int32_t *)(void *)(optp + 8) : NULL,
H A Dtcp_input.c1372 to.to_flags |= TOF_TS;
2134 if (to.to_flags & TOF_TS) {
2162 ((to.to_flags & TOF_TS) == 0 ||
2231 ((to.to_flags & TOF_TS) == 0 ||
2243 if ((to.to_flags & TOF_TS) != 0 &&
2295 if (((to.to_flags & TOF_TS) != 0) && (to.to_tsecr != 0) &&
2907 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent &&
3089 if ((to.to_flags & TOF_TS) != 0 &&
3427 if (((to.to_flags & TOF_TS) != 0) && (to.to_tsecr != 0) &&
4069 to->to_flags |= TOF_TS;
[all...]
H A Dtcp_var.h436 #define TOF_TS 0x0001 /* timestamp */ macro

Completed in 25 milliseconds