MCPcopy 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
208static u8 readcmd(u16 cmd) {
209 u8 val;
210
211 readcmdLong(cmd, &val, sizeof(val));
212 return val;
213}
214
215static void writecmd(u16 cmd, u8 val) {
216 writecmdLong(cmd, &val, sizeof(val));

Callers 8

StaInputFunction · 0.85
recvinitFunction · 0.85
exiinthandlerFunction · 0.85
ETHInitFunction · 0.85
sendsub1Function · 0.85
linkStateFunction · 0.85
ETHGetNWAYModeFunction · 0.85
ETHAddMulticastAddressFunction · 0.85

Calls 1

readcmdLongFunction · 0.85

Tested by

no test coverage detected