MCPcopy 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
180static int
181ff_sys_accept(struct ff_accept_args *args)
182{
183 return ff_accept(args->fd, args->addr, args->addrlen);
184}
185
186static int
187ff_sys_accept4(struct ff_accept4_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_acceptFunction · 0.85

Tested by

no test coverage detected