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

Function ff_sys_recv

adapter/syscall/ff_socket_ops.c:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198static ssize_t
199ff_sys_recv(struct ff_recv_args *args)
200{
201 return ff_recv(args->fd, args->buf, args->len, args->flags);
202}
203
204static ssize_t
205ff_sys_recvfrom(struct ff_recvfrom_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_recvFunction · 0.85

Tested by

no test coverage detected