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

Function encap6_input

freebsd/netinet/ip_encap.c:407–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407int
408encap6_input(struct mbuf **mp, int *offp, int proto)
409{
410
411 if (encap_input(&ipv6_encaptab, *mp, *offp, proto) != IPPROTO_DONE)
412 return (rip6_input(mp, offp, proto));
413 return (IPPROTO_DONE);
414}
415#endif /* INET6 */

Callers

nothing calls this directly

Calls 2

encap_inputFunction · 0.85
rip6_inputFunction · 0.85

Tested by

no test coverage detected