MCPcopy 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
165void udp_close(SOCK_UDP *sock)
166{
167 acl_socket_close(sock->fd);
168 acl_myfree(sock);
169}
170
171int udp_read(SOCK_UDP *sock, void *buf, size_t size)
172{

Callers 2

runFunction · 0.85
runFunction · 0.85

Calls 1

acl_socket_closeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…