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

Function ff_recv

lib/ff_syscall_wrapper.c:1259–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257
1258
1259ssize_t
1260ff_recv(int s, void *buf, size_t len, int flags)
1261{
1262 return (ff_recvfrom(s, buf, len, flags, NULL, 0));
1263}
1264
1265ssize_t
1266ff_recvfrom(int s, void *buf, size_t len, int flags,

Callers 4

recvFunction · 0.85
recvFunction · 0.85
ff_sys_recvFunction · 0.85
ff_hook_recvFunction · 0.85

Calls 1

ff_recvfromFunction · 0.85

Tested by

no test coverage detected