Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ link_ctor
Function
link_ctor
tools/ifconfig/af_link.c:204–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
};
203
204
static __constructor void
205
link_ctor(void)
206
{
207
af_register(&af_link);
208
af_register(&af_ether);
209
af_register(&af_lladdr);
210
}
Callers
nothing calls this directly
Calls
1
af_register
Function · 0.85
Tested by
no test coverage detected