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

/dovecot/src/old-stats/
H A Dmail-ip.c12 static HASH_TABLE(struct ip_addr *, struct mail_ip *) mail_ips_hash;
22 struct mail_ip *mail_ip_login(const struct ip_addr *ip_addr) argument
26 ip = hash_table_lookup(mail_ips_hash, ip_addr);
36 ip->ip = *ip_addr;
56 struct mail_ip *mail_ip_lookup(const struct ip_addr *ip_addr) argument
58 return hash_table_lookup(mail_ips_hash, ip_addr);
/dovecot/src/lib/
H A Dnet.h23 struct ip_addr { struct
30 ARRAY_DEFINE_TYPE(ip_addr, struct ip_addr);
53 extern const struct ip_addr net_ip4_any;
54 extern const struct ip_addr net_ip6_any;
56 extern const struct ip_addr net_ip4_loopback;
57 extern const struct ip_addr net_ip6_loopback;
60 bool net_ip_compare(const struct ip_addr *ip1, const struct ip_addr *ip2);
62 int net_ip_cmp(const struct ip_addr *ip
[all...]
/dovecot/src/util/
H A Drawlog.c233 const char *ip_addr)
242 if (ip_addr != NULL &&
244 str_printfa(path_prefix, "%s-", ip_addr);
273 const char *path, const char *ip_addr,
300 proxy_open_logs(proxy, path, ip_addr);
232 proxy_open_logs(struct rawlog_proxy *proxy, const char *path, const char *ip_addr) argument
272 rawlog_proxy_create(int client_in_fd, int client_out_fd, int server_fd, const char *path, const char *ip_addr, enum rawlog_flags flags) argument

Completed in 11 milliseconds