Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ SenderProtocolAddress
Method
SenderProtocolAddress
pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
u8* ARP_PacketEditor::SenderProtocolAddress() const
49
{
50
const int offset = 8 + GetHardwareAddressLength();
51
return &basePkt->data[offset];
52
}
53
54
u8* ARP_PacketEditor::TargetHardwareAddress() const
55
{
Callers
1
SetMACBridgedSend
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected