Home
last modified time | relevance | path

Searched refs:TOF_SCALE (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h495 #define TOF_SCALE 0x0002 /* window scaling */ macro
Dtcp_output.c773 to.to_flags |= TOF_SCALE; in tcp_output()
1458 case TOF_SCALE: in tcp_addoptions()
Dtcp_input.c871 if (/*sc->sc_flags & SCF_WINSCALE*/to.to_flags & TOF_SCALE) { in tcp_input()
1146 if ((to.to_flags & TOF_SCALE) && in tcp_do_segment()
2809 to->to_flags |= TOF_SCALE; in tcp_dooptions()