Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ prison_check_ip4
Function
prison_check_ip4
lib/ff_glue.c:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
int
256
prison_check_ip4(const struct ucred *cred, const struct in_addr *ia)
257
{
258
return (0);
259
}
260
261
int
262
prison_equal_ip4(struct prison *pr1, struct prison *pr2)
Callers
1
rtm_get_jailed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected