MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ifmedia_ctor

Function ifmedia_ctor

tools/ifconfig/ifmedia.c:808–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806};
807
808static __constructor void
809ifmedia_ctor(void)
810{
811 size_t i;
812
813 for (i = 0; i < nitems(media_cmds); i++)
814 cmd_register(&media_cmds[i]);
815 af_register(&af_media);
816}

Callers

nothing calls this directly

Calls 2

cmd_registerFunction · 0.85
af_registerFunction · 0.85

Tested by

no test coverage detected