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

Function ff_sys_close

adapter/syscall/ff_socket_ops.c:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262static int
263ff_sys_close(struct ff_close_args *args)
264{
265 DEBUG_LOG("ff_sys_close, fd:%d\n", args->fd);
266 sockaddr_unbind(args->fd);
267 return ff_close(args->fd);
268}
269
270static int
271ff_sys_ioctl(struct ff_ioctl_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 2

sockaddr_unbindFunction · 0.85
ff_closeFunction · 0.85

Tested by

no test coverage detected