Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_sys_accept
Function
ff_sys_accept
adapter/syscall/ff_socket_ops.c:180–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
static int
181
ff_sys_accept(struct ff_accept_args *args)
182
{
183
return ff_accept(args->fd, args->addr, args->addrlen);
184
}
185
186
static int
187
ff_sys_accept4(struct ff_accept4_args *args)
Callers
1
ff_so_handler
Function · 0.85
Calls
1
ff_accept
Function · 0.85
Tested by
no test coverage detected