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

Function get_rthdr

g2all/700/lapse.js:473–475  ·  view source on GitHub ↗
(sd, buf, len)

Source from the content-addressed store, hash-verified

471}
472
473function get_rthdr(sd, buf, len) {
474 return gsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len);
475}
476
477function set_rthdr(sd, buf, len) {
478 ssockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len);

Callers 3

make_aliased_rthdrsFunction · 0.70
leak_kernel_addrsFunction · 0.70
double_free_reqs1Function · 0.70

Calls 1

gsockoptFunction · 0.70

Tested by

no test coverage detected