Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ free_rthdrs
Function
free_rthdrs
g2all/700/lapse.js:481–485 ·
view source on GitHub ↗
(sds)
Source
from the content-addressed store, hash-verified
479
}
480
481
function
free_rthdrs(sds) {
482
for
(
const
sd of sds) {
483
setsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, 0, 0);
484
}
485
}
486
487
function
build_rthdr(buf, size) {
488
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