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

Function ng_close

tools/libnetgraph/compat.c:227–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227int
228ng_close(int fd)
229{
230 struct close_args ca;
231 ca.fd = fd;
232
233 return ngctl(NGCTL_CLOSE, (void *)&ca, sizeof(ca));
234}
235

Callers 1

close_ng_socksFunction · 0.85

Calls 1

ngctlFunction · 0.85

Tested by

no test coverage detected