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

Function inet_ctor

tools/ifconfig/af_inet.c:257–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255};
256
257static __constructor void
258inet_ctor(void)
259{
260#ifndef FSTACK
261#ifndef RESCUE
262 if (!feature_present("inet"))
263 return;
264#endif
265#endif
266 af_register(&af_inet);
267}

Callers

nothing calls this directly

Calls 2

feature_presentFunction · 0.85
af_registerFunction · 0.85

Tested by

no test coverage detected