MCPcopy 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
251u_int32_t
252ip6_randomid(void)
253{
254
255 return randomid(&randomtab_32);
256}
257
258u_int32_t
259ip6_randomflowlabel(void)

Callers 2

nat64_fragment6Function · 0.85
ip6_outputFunction · 0.85

Calls 1

randomidFunction · 0.85

Tested by

no test coverage detected