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

Method GetLength

pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 int UDP_Packet::GetLength()
51 {
52 return headerLength + payload->GetLength();
53 }
54
55 void UDP_Packet::WriteBytes(u8* buffer, int* offset)
56 {

Callers 2

CalculateChecksumMethod · 0.45
VerifyChecksumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected