Searched refs:wscale (Results 1 – 2 of 2) sorted by relevance
232 uint8_t wscale; in PrintTCPOptions() local233 wscale = *(tcpopt + i++); in PrintTCPOptions()234 printf(", Wscale: %u", wscale); in PrintTCPOptions()
252 uint8_t wscale = 0; in SendTCPPacket() local322 wscale = 0; in SendTCPPacket()324 wscale = cur_stream->sndvar->wscale_mine; in SendTCPPacket()327 window32 = cur_stream->rcvvar->rcv_wnd >> wscale; in SendTCPPacket()