| 745 | } |
| 746 | |
| 747 | static int send_fd(int sockfd, const void *data, size_t nbytes, int fd_to_send) |
| 748 | { |
| 749 | return send_fd_to(sockfd, data, nbytes, fd_to_send, 0); |
| 750 | } |
| 751 | |
| 752 | static int cdb2_tcpresolve(const char *host, struct in_addr *in, int *port) |
| 753 | { |
no test coverage detected