MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_socket_close

Function acl_socket_close

lib_acl/src/stdlib/sys/acl_sys_socket.c:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int acl_socket_close(ACL_SOCKET fd)
146{
147 return __sys_close(fd);
148}
149
150int acl_socket_read(ACL_SOCKET fd, void *buf, size_t size,
151 int timeout, ACL_VSTREAM *fp, void *arg acl_unused)

Callers 15

bind_addrFunction · 0.85
udp_closeFunction · 0.85
acl_mbox_freeFunction · 0.85
acl_sane_socketpairFunction · 0.85
acl_vstream_listen_exFunction · 0.85
udp_res_lookupFunction · 0.85
acl_unix_connectFunction · 0.85
acl_inet_connect.cFile · 0.85
acl_unix_listenFunction · 0.85
acl_inet_listenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…