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

Function encap4_input

freebsd/netinet/ip_encap.c:368–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368int
369encap4_input(struct mbuf **mp, int *offp, int proto)
370{
371
372 if (encap_input(&ipv4_encaptab, *mp, *offp, proto) != IPPROTO_DONE)
373 return (rip_input(mp, offp, proto));
374 return (IPPROTO_DONE);
375}
376#endif /* INET */
377
378#ifdef INET6

Callers

nothing calls this directly

Calls 2

encap_inputFunction · 0.85
rip_inputFunction · 0.85

Tested by

no test coverage detected