Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ readcmd
Function
readcmd
src/dolphin/src/eth/eth.c:208–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
static u8 readcmd(u16 cmd) {
209
u8 val;
210
211
readcmdLong(cmd, &val, sizeof(val));
212
return val;
213
}
214
215
static void writecmd(u16 cmd, u8 val) {
216
writecmdLong(cmd, &val, sizeof(val));
Callers
8
StaInput
Function · 0.85
recvinit
Function · 0.85
exiinthandler
Function · 0.85
ETHInit
Function · 0.85
sendsub1
Function · 0.85
linkState
Function · 0.85
ETHGetNWAYMode
Function · 0.85
ETHAddMulticastAddress
Function · 0.85
Calls
1
readcmdLong
Function · 0.85
Tested by
no test coverage detected