MCPcopy 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
477function set_rthdr(sd, buf, len) {
478 ssockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len);
479}
480
481function free_rthdrs(sds) {
482 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