Searched refs:ip_str (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/director/ |
H A D | director.c | 145 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 D | director-host.c | 37 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 D | director-host.h | 13 char *ip_str; member in struct:director_host
|
H A D | doveadm-connection.c | 108 (*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 D | mail-host.c | 64 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 D | mail-host.h | 36 char *ip_str; member in struct:mail_host
|
H A D | director-connection.c | 278 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 D | login-connection.c | 170 str_append(str, host->ip_str); 174 str_append(str, host->ip_str);
|
/dovecot/src/doveadm/ |
H A D | doveadm-who.c | 87 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 D | doveadm-director.c | 597 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