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

Function ff_sys_shutdown

adapter/syscall/ff_socket_ops.c:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static int
149ff_sys_shutdown(struct ff_shutdown_args *args)
150{
151 return ff_shutdown(args->fd, args->how);
152}
153
154static int
155ff_sys_getsockname(struct ff_getsockname_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_shutdownFunction · 0.85

Tested by

no test coverage detected