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

Function ff_sys_send

adapter/syscall/ff_socket_ops.c:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static ssize_t
231ff_sys_send(struct ff_send_args *args)
232{
233 return ff_send(args->fd, args->buf, args->len, args->flags);
234}
235
236static ssize_t
237ff_sys_sendto(struct ff_sendto_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_sendFunction · 0.85

Tested by

no test coverage detected