Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ip6_randomid
Function
ip6_randomid
freebsd/netinet6/ip6_id.c:251–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
u_int32_t
252
ip6_randomid(void)
253
{
254
255
return randomid(&randomtab_32);
256
}
257
258
u_int32_t
259
ip6_randomflowlabel(void)
Callers
2
nat64_fragment6
Function · 0.85
ip6_output
Function · 0.85
Calls
1
randomid
Function · 0.85
Tested by
no test coverage detected