Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
int
269
prison_check_ip6(const struct ucred *cred, const struct in6_addr *ia)
270
{
271
return (0);
272
}
273
274
int
275
prison_equal_ip6(struct prison *pr1, struct prison *pr2)
Callers
1
rtm_get_jailed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected