Searched refs:ip_str (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/director/
H A Ddirector.c145 host->ip_str, host->port,
372 host->ip_str, host->port, seq);
529 added_host->ip_str, added_host->port);
584 removed_host->ip_str, removed_host->port);
620 orig_src->ip_str, orig_src->port, orig_src->last_seq,
621 host->ip_str, host->vhost_count);
629 host->ip_str, host_tag);
632 host->ip_str, host_tag);
666 host->ip_str, host->vhost_count, host->down ? 1 : 0,
693 orig_src->ip_str, orig_sr
[all...]
H A Ddirector-host.c37 host->ip_str = i_strdup(net_ip2addr(&host->ip));
39 host->name = i_strdup_printf("%s:%u", host->ip_str, port);
83 i_free(host->ip_str);
H A Ddirector-host.h13 char *ip_str; member in struct:director_host
H A Ddoveadm-connection.c108 (*hostp)->ip_str, (*hostp)->vhost_count,
148 str_printfa(str, "%s\n", orig_hosts[i]->ip_str);
153 str_printfa(str, "%s\n", orig_hosts[i]->ip_str);
168 host->ip_str, host->port, type,
349 const char *ip_str, *tag = ""; local
354 ip_str = args[0];
355 if (ip_str != NULL) {
356 tag = strchr(ip_str, '@');
360 ip_str = t_strdup_until(ip_str, ta
[all...]
H A Dmail-host.c64 md5_update(&md5_ctx, host->ip_str, strlen(host->ip_str));
171 host->ip_str = i_strdup(net_ip2addr(ip));
341 log_prefix, host->ip_str, updown,
354 log_prefix, host->ip_str,
364 i_free(host->ip_str);
524 dest->ip_str = i_strdup(src->ip_str);
H A Dmail-host.h36 char *ip_str; member in struct:mail_host
H A Ddirector-connection.c278 host->ip_str, host->port);
477 conn->host->ip_str, conn->host->port,
560 conn->host->ip_str,
651 username_hash, host->ip_str,
652 user->host->ip_str);
663 user->host->ip_str, host->ip_str);
670 username_hash, user->host->ip_str, host->ip_str);
679 username_hash, user->host->ip_str, hos
[all...]
H A Dlogin-connection.c170 str_append(str, host->ip_str);
174 str_append(str, host->ip_str);
/dovecot/src/doveadm/
H A Ddoveadm-who.c87 const char *p, *ip_str; local
104 ip_str = t_strdup_until(p, line_r->username++);
105 (void)net_addr2ip(ip_str, &line_r->ip);
H A Ddoveadm-director.c597 const char *line, *ip_str; local
610 ip_str = net_ip2addr(&ips[0]);
612 "USER-MOVE\t%u\t%s\n", user_hash, ip_str));
618 i_info("User hash %u moved to %s\n", user_hash, ip_str);
620 i_error("Host '%s' doesn't exist", ip_str);

Completed in 26 milliseconds