Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1259
ssize_t
1260
ff_recv(int s, void *buf, size_t len, int flags)
1261
{
1262
return (ff_recvfrom(s, buf, len, flags, NULL, 0));
1263
}
1264
1265
ssize_t
1266
ff_recvfrom(int s, void *buf, size_t len, int flags,
Callers
4
recv
Function · 0.85
recv
Function · 0.85
ff_sys_recv
Function · 0.85
ff_hook_recv
Function · 0.85
Calls
1
ff_recvfrom
Function · 0.85
Tested by
no test coverage detected