Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ set_rthdr
Function
set_rthdr
g2all/700/lapse.js:477–479 ·
view source on GitHub ↗
(sd, buf, len)
Source
from the content-addressed store, hash-verified
475
}
476
477
function
set_rthdr(sd, buf, len) {
478
ssockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len);
479
}
480
481
function
free_rthdrs(sds) {
482
for
(
const
sd of sds) {
Callers
3
make_aliased_rthdrs
Function · 0.70
double_free_reqs1
Function · 0.70
make_kernel_arw
Function · 0.70
Calls
1
ssockopt
Function · 0.70
Tested by
no test coverage detected