Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ ETHGetMACAddr
Function
ETHGetMACAddr
src/dolphin/src/eth/eth.c:784–786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
782
}
783
784
void ETHGetMACAddr(u8* macaddr) {
785
memcpy(macaddr, private_macaddr, sizeof(private_macaddr));
786
}
787
788
void ETHSetMACAddr(u8* macaddr) {
789
memcpy(private_macaddr, macaddr, sizeof(private_macaddr));
Callers
1
__ETHPostSend
Function · 0.85
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected