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

Function first_handler

freebsd/netinet/libalias/alias_mod.c:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123struct proto_handler *
124first_handler(void)
125{
126
127 return (TAILQ_FIRST(&handler_chain));
128}
129
130#ifndef _KERNEL
131/* Dll manipulation code - this code is not thread safe... */

Callers 1

LibAliasUnLoadAllModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected