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

Function ff_sys_sendto

adapter/syscall/ff_socket_ops.c:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236static ssize_t
237ff_sys_sendto(struct ff_sendto_args *args)
238{
239 return ff_sendto(args->fd, args->buf, args->len, args->flags,
240 args->to, args->tolen);
241}
242
243static ssize_t
244ff_sys_sendmsg(struct ff_sendmsg_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_sendtoFunction · 0.85

Tested by

no test coverage detected