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

Function ff_send

lib/ff_syscall_wrapper.c:1175–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173}
1174
1175ssize_t
1176ff_send(int s, const void *buf, size_t len, int flags)
1177{
1178 return (ff_sendto(s, buf, len, flags, NULL, 0));
1179}
1180
1181ssize_t
1182ff_sendto(int s, const void *buf, size_t len, int flags,

Callers 4

sendFunction · 0.85
sendFunction · 0.85
ff_sys_sendFunction · 0.85
ff_hook_sendFunction · 0.85

Calls 1

ff_sendtoFunction · 0.85

Tested by

no test coverage detected