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

Function new_socket

g2all/700/lapse.js:442–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440}
441
442function new_socket() {
443 return sysi("socket", AF_INET6, SOCK_DGRAM, IPPROTO_UDP);
444}
445
446function new_tcp_socket() {
447 return sysi("socket", AF_INET, SOCK_STREAM, 0);

Callers 4

make_aliased_rthdrsFunction · 0.70
make_aliased_pktoptsFunction · 0.70
double_free_reqs1Function · 0.70
kexploitFunction · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected