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

/dovecot/src/master/
H A Dservice.c75 struct ip_addr *ip_list; local
81 ip_list = t_new(struct ip_addr, 1);
82 *ip_list = net_ip4_any;
83 *ips_r = ip_list;
90 ip_list = t_new(struct ip_addr, 1);
91 *ip_list = net_ip6_any;
92 *ips_r = ip_list;
98 ret = net_gethostbyname(address, &ip_list, &ips_count);
110 *ips_r = ip_list;

Completed in 9 milliseconds