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

Method GetSourceMAC

pcsx2/DEV9/PacketReader/EthernetFrameEditor.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 MAC_Address EthernetFrameEditor::GetSourceMAC() const
35 {
36 return *(MAC_Address*)&basePkt->buffer[6];
37 }
38 void EthernetFrameEditor::SetSourceMAC(MAC_Address value)
39 {
40 *(MAC_Address*)&basePkt->buffer[6] = value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected