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

Method IP_Packet

pcsx2/DEV9/PacketReader/IP/IP_Packet.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 IP_Packet::IP_Packet(IP_Payload* data)
64 : protocol{data->GetProtocol()}
65 , payload{data}
66 {
67 }
68
69 IP_Packet::IP_Packet(const u8* buffer, int bufferSize, bool fromICMP)
70 {

Callers

nothing calls this directly

Calls 9

ReadByte08Function · 0.85
ReadUInt16Function · 0.85
ReadIPAddressFunction · 0.85
GetProtocolMethod · 0.45
ErrorMethod · 0.45
push_backMethod · 0.45
CloneMethod · 0.45
reserveMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected