Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c692 to.to_flags |= TOF_SCALE; in tcp_output()
1368 case TOF_SCALE: in tcp_addoptions()
Dtcp_var.h478 #define TOF_SCALE 0x0002 /* window scaling */ macro
Dtcp_input.c817 if (/*sc->sc_flags & SCF_WINSCALE*/to.to_flags & TOF_SCALE) { in tcp_input()
1071 if ((to.to_flags & TOF_SCALE) && in tcp_do_segment()
2641 to->to_flags |= TOF_SCALE; in tcp_dooptions()