Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ GetProtocol
Method
GetProtocol
pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
u8 UDP_Packet::GetProtocol() const
71
{
72
return (u8)protocol;
73
}
74
75
void UDP_Packet::CalculateChecksum(IP_Address srcIP, IP_Address dstIP)
76
{
Callers
4
SetMACBridgedRecv
Method · 0.45
SetMACBridgedSend
Method · 0.45
HandleFrameCheckSequence
Method · 0.45
IP_Packet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected