Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ free_rthdrs
Function
free_rthdrs
g2all/900/lapse.js:437–441 ·
view source on GitHub ↗
(sds)
Source
from the content-addressed store, hash-verified
435
}
436
437
function
free_rthdrs(sds) {
438
for
(
const
sd of sds) {
439
setsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, 0, 0);
440
}
441
}
442
443
function
build_rthdr(buf, size) {
444
const
len = ((size >> 3) - 1) & ~1;
Callers
2
make_aliased_rthdrs
Function · 0.70
double_free_reqs1
Function · 0.70
Calls
1
setsockopt
Function · 0.70
Tested by
no test coverage detected