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

Function LibAliasAttachHandlers

freebsd/netinet/libalias/alias_mod.c:81–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81int
82LibAliasAttachHandlers(struct proto_handler *p)
83{
84 int error;
85
86 while (p->dir != NODIR) {
87 error = attach_handler(p);
88 if (error)
89 return (error);
90 p++;
91 }
92
93 return (0);
94}
95
96/* XXXGL: should be void, but no good reason to break ABI */
97int

Callers 8

mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
LibAliasLoadModuleFunction · 0.85
mod_handlerFunction · 0.85

Calls 1

attach_handlerFunction · 0.85

Tested by

no test coverage detected