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

Function new_socket

g2all/900/lapse.js:398–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396}
397
398function new_socket() {
399 return sysi('socket', AF_INET6, SOCK_DGRAM, IPPROTO_UDP);
400}
401
402function new_tcp_socket() {
403 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