MCPcopy 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
204static __constructor void
205link_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_registerFunction · 0.85

Tested by

no test coverage detected