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

Function ipsec_ctor

tools/ifconfig/ifipsec.c:106–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104};
105
106static __constructor void
107ipsec_ctor(void)
108{
109 size_t i;
110
111 for (i = 0; i < nitems(ipsec_cmds); i++)
112 cmd_register(&ipsec_cmds[i]);
113 af_register(&af_ipsec);
114#undef N
115}

Callers

nothing calls this directly

Calls 2

cmd_registerFunction · 0.85
af_registerFunction · 0.85

Tested by

no test coverage detected