Lines Matching defs:hostip
35 struct ip_addr hostip, source_ip;
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;