MCPcopy 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
481function free_rthdrs(sds) {
482 for (const sd of sds) {
483 setsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, 0, 0);
484 }
485}
486
487function build_rthdr(buf, size) {
488 const len = ((size >> 3) - 1) & ~1;

Callers 2

make_aliased_rthdrsFunction · 0.70
double_free_reqs1Function · 0.70

Calls 1

setsockoptFunction · 0.70

Tested by

no test coverage detected