summaryrefslogtreecommitdiff
path: root/src/libstddjb/socket_ioloop_send6.c
blob: f201437f001cd968274e1ed6c9b2ec93c97753cf (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#include <sys/types.h>
#include <stdint.h>
#include <skalibs/socket.h>

ssize_t socket_ioloop_send6 (int fd, char *s, size_t len, char *ip, uint16_t *port)
{
  return socket_send6(fd, s, len, ip, *port) ;
}