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

Function prison_check_ip6

lib/ff_glue.c:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267#ifdef INET6
268int
269prison_check_ip6(const struct ucred *cred, const struct in6_addr *ia)
270{
271 return (0);
272}
273
274int
275prison_equal_ip6(struct prison *pr1, struct prison *pr2)

Callers 1

rtm_get_jailedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected