MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ff_sys_socket

Function ff_sys_socket

adapter/syscall/ff_socket_ops.c:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static int
118ff_sys_socket(struct ff_socket_args *args)
119{
120 return ff_socket(args->domain, args->type, args->protocol);
121}
122
123static int
124ff_sys_bind(struct ff_bind_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_socketFunction · 0.50

Tested by

no test coverage detected