MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / socket

Function socket

rpcsx/ops.cpp:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354orbis::SysResult socket(orbis::Thread *thread, orbis::ptr<const char> name,
355 orbis::sint domain, orbis::sint type,
356 orbis::sint protocol, rx::Ref<File> *file) {
357 return createSocket(file, name ? name : "", domain, type, protocol);
358}
359
360orbis::SysResult socketPair(orbis::Thread *thread, orbis::sint domain,
361 orbis::sint type, orbis::sint protocol,

Callers 11

StartSocketMethod · 0.85
createSocketFunction · 0.85
start_serverMethod · 0.85
is_ipv6_supportedFunction · 0.85
connectMethod · 0.85
discover_ip_addressMethod · 0.85
sys_socketMethod · 0.85
sys_socketexMethod · 0.85
create_socketMethod · 0.85
nt_p2p_port.cppFile · 0.85

Calls 1

createSocketFunction · 0.85

Tested by

no test coverage detected