MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / free_rthdrs

Function free_rthdrs

g2all/900/lapse.js:437–441  ·  view source on GitHub ↗
(sds)

Source from the content-addressed store, hash-verified

435}
436
437function free_rthdrs(sds) {
438 for (const sd of sds) {
439 setsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, 0, 0);
440 }
441}
442
443function build_rthdr(buf, size) {
444 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