MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / at_send

Function at_send

components/net/at/at_socket/at_socket.c:1240–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238}
1239
1240int at_send(int socket, const void *data, size_t size, int flags)
1241{
1242 return at_sendto(socket, data, size, flags, RT_NULL, 0);
1243}
1244
1245int at_getsockopt(int socket, int level, int optname, void *optval, socklen_t *optlen)
1246{

Callers

nothing calls this directly

Calls 1

at_sendtoFunction · 0.85

Tested by

no test coverage detected