MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetLength

Method GetLength

pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 int TCP_Packet::GetLength()
189 {
190 ReComputeHeaderLen();
191 return headerLength + payload->GetLength();
192 }
193
194 void TCP_Packet::WriteBytes(u8* buffer, int* offset)
195 {

Callers 3

ReComputeHeaderLenMethod · 0.45
CalculateChecksumMethod · 0.45
VerifyChecksumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected