Home
last modified time | relevance | path

Searched refs:wscale (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_util.c232 uint8_t wscale; in PrintTCPOptions() local
233 wscale = *(tcpopt + i++); in PrintTCPOptions()
234 printf(", Wscale: %u", wscale); in PrintTCPOptions()
H A Dtcp_out.c252 uint8_t wscale = 0; in SendTCPPacket() local
322 wscale = 0; in SendTCPPacket()
324 wscale = cur_stream->sndvar->wscale_mine; in SendTCPPacket()
327 window32 = cur_stream->rcvvar->rcv_wnd >> wscale; in SendTCPPacket()