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

Method SetSourceMAC

pcsx2/DEV9/PacketReader/EthernetFrameEditor.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return *(MAC_Address*)&basePkt->buffer[6];
37 }
38 void EthernetFrameEditor::SetSourceMAC(MAC_Address value)
39 {
40 *(MAC_Address*)&basePkt->buffer[6] = value;
41 }
42
43 u16 EthernetFrameEditor::GetProtocol() const
44 {

Callers 1

SetMACBridgedSendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected