MCPcopy Create free account
hub / github.com/ddnet/ddnet / net_unix_send

Function net_unix_send

src/base/net.cpp:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380}
1381
1382int net_unix_send(UNIXSOCKET sock, UNIXSOCKETADDR *addr, void *data, int size)
1383{
1384 return sendto(sock, data, size, 0, (sockaddr *)addr, sizeof(*addr));
1385}
1386
1387void net_unix_set_addr(UNIXSOCKETADDR *addr, const char *path)
1388{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected