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

Function vxlan_ctor

tools/ifconfig/ifvxlan.c:664–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662};
663
664static __constructor void
665vxlan_ctor(void)
666{
667 size_t i;
668
669 for (i = 0; i < nitems(vxlan_cmds); i++)
670 cmd_register(&vxlan_cmds[i]);
671 af_register(&af_vxlan);
672 callback_register(vxlan_cb, NULL);
673 clone_setdefcallback_prefix("vxlan", vxlan_create);
674}

Callers

nothing calls this directly

Calls 4

cmd_registerFunction · 0.85
af_registerFunction · 0.85
callback_registerFunction · 0.85

Tested by

no test coverage detected