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

Function ifconfig_ctor

tools/ifconfig/ifconfig.c:1834–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1832 DEF_CMD_ARG("name", setifname),
1833};
1834
1835static __constructor void
1836ifconfig_ctor(void)
1837{
1838 size_t i;
1839
1840 for (i = 0; i < nitems(basic_cmds); i++)
1841 cmd_register(&basic_cmds[i]);
1842}

Callers

nothing calls this directly

Calls 1

cmd_registerFunction · 0.85

Tested by

no test coverage detected