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

Function ff_sys_connect

adapter/syscall/ff_socket_ops.c:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static int
193ff_sys_connect(struct ff_connect_args *args)
194{
195 return ff_connect(args->fd, args->addr, args->addrlen);
196}
197
198static ssize_t
199ff_sys_recv(struct ff_recv_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_connectFunction · 0.85

Tested by

no test coverage detected