Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
int
228
ng_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_socks
Function · 0.85
Calls
1
ngctl
Function · 0.85
Tested by
no test coverage detected