Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ udp_close
Function
udp_close
lib_acl/samples/udp/udp.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
void udp_close(SOCK_UDP *sock)
166
{
167
acl_socket_close(sock->fd);
168
acl_myfree(sock);
169
}
170
171
int udp_read(SOCK_UDP *sock, void *buf, size_t size)
172
{
Callers
2
run
Function · 0.85
run
Function · 0.85
Calls
1
acl_socket_close
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…