MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_linux_socket

Function ff_linux_socket

adapter/syscall/ff_linux_syscall.c:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int
77ff_linux_socket(int domain, int type, int protocol)
78{
79 ERR_LOG("ff_linux_socket, domain:%d, type:%d, protocol:%d\n", domain, type, protocol);
80 SYSCALL(socket, (domain, type, protocol));
81}
82
83int
84ff_linux_bind(int s, const struct sockaddr *addr,

Callers 1

ff_hook_socketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected