MCPcopy 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
255int
256prison_check_ip4(const struct ucred *cred, const struct in_addr *ia)
257{
258 return (0);
259}
260
261int
262prison_equal_ip4(struct prison *pr1, struct prison *pr2)

Callers 1

rtm_get_jailedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected