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

Function ngctl_bind

lib/ff_ngctl.c:63–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static int
64ngctl_bind(struct bind_args *uap)
65{
66 int error = sys_bind(curthread, uap);
67 if (error) {
68 ff_os_errno(error);
69 return (-1);
70 }
71
72 return (error);
73}
74
75static int
76ngctl_recvfrom(struct recvfrom_args *uap)

Callers 1

ff_ngctlFunction · 0.85

Calls 2

sys_bindFunction · 0.85
ff_os_errnoFunction · 0.85

Tested by

no test coverage detected