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

Function ngctl_connect

lib/ff_ngctl.c:51–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static int
52ngctl_connect(struct connect_args *uap)
53{
54 int error = sys_connect(curthread, uap);
55 if (error) {
56 ff_os_errno(error);
57 return (-1);
58 }
59
60 return (error);
61}
62
63static int
64ngctl_bind(struct bind_args *uap)

Callers 1

ff_ngctlFunction · 0.85

Calls 2

sys_connectFunction · 0.85
ff_os_errnoFunction · 0.85

Tested by

no test coverage detected