MCPcopy 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

SetMACBridgedRecvMethod · 0.45
SetMACBridgedSendMethod · 0.45
IP_PacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected