Searched refs:to_flags (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;
472 to.to_flags = to.to_tsecr = 0;
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;
2128 if (to.to_flags & TOF_SCALE) {
2134 if (to.to_flags & TOF_TS) {
2139 if (to.to_flags & TOF_MSS)
2142 if (!(to.to_flags & TOF_SACK))
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) &&
2549 if (!(to.to_flags
[all...]
H A Dtcp_var.h435 u_int32_t to_flags; /* which options are present */ member in struct:tcpopt

Completed in 33 milliseconds