Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ set_rthdr
Function
set_rthdr
g2all/900/lapse.js:433–435 ·
view source on GitHub ↗
(sd, buf, len)
Source
from the content-addressed store, hash-verified
431
}
432
433
function
set_rthdr(sd, buf, len) {
434
ssockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len);
435
}
436
437
function
free_rthdrs(sds) {
438
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