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

Function gre_ctor

tools/ifconfig/ifgre.c:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172};
173
174static __constructor void
175gre_ctor(void)
176{
177 size_t i;
178
179 for (i = 0; i < nitems(gre_cmds); i++)
180 cmd_register(&gre_cmds[i]);
181 af_register(&af_gre);
182}

Callers

nothing calls this directly

Calls 2

cmd_registerFunction · 0.85
af_registerFunction · 0.85

Tested by

no test coverage detected