Searched refs:hostip (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lmtp/ |
H A D | lmtp-proxy.c | 35 struct ip_addr hostip, source_ip; member in struct:lmtp_proxy_rcpt_settings 184 const char *host = (set->hostip.family == 0 ? 185 set->host : net_ip2addr(&set->hostip)); 202 conn->set.hostip = set->hostip; 304 else if (strcmp(key, "hostip") == 0) { 305 if (net_addr2ip(value, &set->hostip) < 0) { 306 i_error("proxy: Invalid hostip %s", value); 363 if (set->hostip.family != 0) 364 ip = set->hostip; [all...] |
/dovecot/src/login-common/ |
H A D | client-common.h | 83 const char *host, *hostip, *source_ip; member in struct:client_auth_reply
|
H A D | client-common-auth.c | 160 else if (strcmp(key, "hostip") == 0) 161 reply_r->hostip = value; 435 if (reply->hostip != NULL && 436 net_addr2ip(reply->hostip, &proxy_set.ip) < 0)
|
/dovecot/src/auth/ |
H A D | auth-request.c | 2297 auth_fields_add(request->extra_fields, "hostip", 2354 const char *host, *hostip; local 2381 hostip = auth_fields_find(request->extra_fields, "hostip"); 2382 if (hostip != NULL && net_addr2ip(hostip, &ip) < 0) { 2384 "Invalid hostip in passdb: %s", hostip); 2387 if (hostip == NULL) {
|
Completed in 22 milliseconds