MCPcopy 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
433function set_rthdr(sd, buf, len) {
434 ssockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len);
435}
436
437function free_rthdrs(sds) {
438 for (const sd of sds) {

Callers 3

make_aliased_rthdrsFunction · 0.70
double_free_reqs1Function · 0.70
make_kernel_arwFunction · 0.70

Calls 1

ssockoptFunction · 0.70

Tested by

no test coverage detected