Searched defs:hostip (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lmtp/
H A Dlmtp-proxy.c35 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 Dclient-common.h83 const char *host, *hostip, *source_ip; member in struct:client_auth_reply
/dovecot/src/auth/
H A Dauth-request.c2297 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 20 milliseconds