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

Function ngctl_sendto

lib/ff_ngctl.c:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86static int
87ngctl_sendto(struct sendto_args *uap)
88{
89 int error = sys_sendto(curthread, uap);
90 if (error) {
91 ff_os_errno(error);
92 return (-1);
93 }
94 return curthread->td_retval[0];
95}
96
97static int
98ngctl_close(int sockfd)

Callers 1

ff_ngctlFunction · 0.85

Calls 2

sys_sendtoFunction · 0.85
ff_os_errnoFunction · 0.85

Tested by

no test coverage detected