Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ prison_get_ip6
Function
prison_get_ip6
lib/ff_glue.c:310–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
309
#ifdef INET6
310
int
311
prison_get_ip6(struct ucred *cred, struct in6_addr *ia)
312
{
313
return (0);
314
}
315
316
int
317
prison_local_ip6(struct ucred *cred, struct in6_addr *ia, int other)
Callers
1
rtm_get_jailed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected