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

Function rip_init

freebsd/netinet/raw_ip.c:212–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void
213rip_init(void)
214{
215
216 in_pcbinfo_init(&V_ripcbinfo, "rip", &V_ripcb, INP_PCBHASH_RAW_SIZE,
217 1, "ripcb", rip_inpcb_init, IPI_HASHFIELDS_NONE);
218 EVENTHANDLER_REGISTER(maxsockets_change, rip_zone_change, NULL,
219 EVENTHANDLER_PRI_ANY);
220}
221
222#ifdef VIMAGE
223static void

Callers

nothing calls this directly

Calls 1

in_pcbinfo_initFunction · 0.85

Tested by

no test coverage detected