| 1238 | } |
| 1239 | |
| 1240 | int 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 | |
| 1245 | int at_getsockopt(int socket, int level, int optname, void *optval, socklen_t *optlen) |
| 1246 | { |
nothing calls this directly
no test coverage detected