/* ISC license. */ #include int socket_ioloop_send4 (int fd, char *s, unsigned int len, char *ip, uint16 *port) { return socket_send4(fd, s, len, ip, *port) ; }