Home
last modified time | relevance | path

Searched refs:NextBlockSize (Results 1 – 6 of 6) sorted by relevance

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.c2169 ts->NextBlockSize = MIN(sz, MAX_PACKET_SIZE * 2); in ConnectionReceive()
2175 ts->WantSize = ts->NextBlockSize; in ConnectionReceive()
2196 data = MallocFast(ts->NextBlockSize); in ConnectionReceive()
2197 Copy(data, buf, ts->NextBlockSize); in ConnectionReceive()
2198 PROBE_DATA2("ReadFifo 2", buf, ts->NextBlockSize); in ConnectionReceive()
2199 ReadFifo(ts->RecvFifo, NULL, ts->NextBlockSize); in ConnectionReceive()
2200 block = NewBlock(data, ts->NextBlockSize, s->UseCompress ? -1 : 0); in ConnectionReceive()
2260 ts->NextBlockSize = MIN(sz, MAX_KEEPALIVE_SIZE); in ConnectionReceive()
2276 sz = ts->NextBlockSize; in ConnectionReceive()
H A DConnection.h212 UINT NextBlockSize; // Block size that is planned to read next member
/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.c2169 ts->NextBlockSize = MIN(sz, MAX_PACKET_SIZE * 2); in ConnectionReceive()
2175 ts->WantSize = ts->NextBlockSize; in ConnectionReceive()
2196 data = MallocFast(ts->NextBlockSize); in ConnectionReceive()
2197 Copy(data, buf, ts->NextBlockSize); in ConnectionReceive()
2198 PROBE_DATA2("ReadFifo 2", buf, ts->NextBlockSize); in ConnectionReceive()
2199 ReadFifo(ts->RecvFifo, NULL, ts->NextBlockSize); in ConnectionReceive()
2200 block = NewBlock(data, ts->NextBlockSize, s->UseCompress ? -1 : 0); in ConnectionReceive()
2260 ts->NextBlockSize = MIN(sz, MAX_KEEPALIVE_SIZE); in ConnectionReceive()
2276 sz = ts->NextBlockSize; in ConnectionReceive()
H A DConnection.h212 UINT NextBlockSize; // Block size that is planned to read next member
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.c2109 ts->NextBlockSize = MIN(sz, MAX_PACKET_SIZE * 2); in ConnectionReceive()
2115 ts->WantSize = ts->NextBlockSize; in ConnectionReceive()
2136 data = MallocFast(ts->NextBlockSize); in ConnectionReceive()
2137 Copy(data, buf, ts->NextBlockSize); in ConnectionReceive()
2138 PROBE_DATA2("ReadFifo 2", buf, ts->NextBlockSize); in ConnectionReceive()
2139 ReadFifo(ts->RecvFifo, NULL, ts->NextBlockSize); in ConnectionReceive()
2140 block = NewBlock(data, ts->NextBlockSize, s->UseCompress ? -1 : 0); in ConnectionReceive()
2200 ts->NextBlockSize = MIN(sz, MAX_KEEPALIVE_SIZE); in ConnectionReceive()
2216 sz = ts->NextBlockSize; in ConnectionReceive()
H A DConnection.h122 UINT NextBlockSize; // Block size that is planned to read next member