Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mac_ctor
Function
mac_ctor
tools/ifconfig/ifmac.c:113–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
};
112
113
static __constructor void
114
mac_ctor(void)
115
{
116
size_t i;
117
118
for (i = 0; i < nitems(mac_cmds); i++)
119
cmd_register(&mac_cmds[i]);
120
af_register(&af_mac);
121
}
Callers
nothing calls this directly
Calls
2
cmd_register
Function · 0.85
af_register
Function · 0.85
Tested by
no test coverage detected