Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadByte08
Function · 0.85
ReadUInt16
Function · 0.85
ReadIPAddress
Function · 0.85
GetProtocol
Method · 0.45
Error
Method · 0.45
push_back
Method · 0.45
Clone
Method · 0.45
reserve
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected