| 726 | } |
| 727 | |
| 728 | static void hostinfo_clear(struct hostinfo *hi) |
| 729 | { |
| 730 | strbuf_release(&hi->hostname); |
| 731 | strbuf_release(&hi->canon_hostname); |
| 732 | strbuf_release(&hi->ip_address); |
| 733 | strbuf_release(&hi->tcp_port); |
| 734 | } |
| 735 | |
| 736 | static void set_keep_alive(int sockfd) |
| 737 | { |
no test coverage detected