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

Function get_rthdr

g2all/900/lapse.js:429–431  ·  view source on GitHub ↗
(sd, buf, len)

Source from the content-addressed store, hash-verified

427}
428
429function get_rthdr(sd, buf, len) {
430 return gsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len);
431}
432
433function set_rthdr(sd, buf, len) {
434 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