| 81 | static void lookup_hostname(struct hostinfo *hi); |
| 82 | |
| 83 | static const char *get_canon_hostname(struct hostinfo *hi) |
| 84 | { |
| 85 | lookup_hostname(hi); |
| 86 | return hi->canon_hostname.buf; |
| 87 | } |
| 88 | |
| 89 | static const char *get_ip_address(struct hostinfo *hi) |
| 90 | { |
no test coverage detected