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

/dovecot/src/login-common/
H A Dlogin-proxy.c869 struct ip_addr except_ip; local
876 /* optional except_ip parameter specifies that we're not killing the
877 connections that are proxying to the except_ip backend */
878 except_ip.family = 0;
880 net_addr2ip(args[1], &except_ip) < 0) {
881 ipc_cmd_fail(&cmd, "Invalid except_ip parameter");
890 !net_ip_compare(&proxy->ip, &except_ip)) {
900 !net_ip_compare(&proxy->ip, &except_ip)) {
/dovecot/src/director/
H A Ddirector.c1257 const struct ip_addr *except_ip)
1262 username_hash, net_ip2addr(except_ip));
1273 username_hash, net_ip2addr(except_ip));
1254 director_kick_user_hash(struct director *dir, struct director_host *src, struct director_host *orig_src, unsigned int username_hash, const struct ip_addr *except_ip) argument
H A Ddirector-connection.c1338 struct ip_addr except_ip; local
1346 net_addr2ip(args[1], &except_ip) < 0) {
1352 username_hash, &except_ip);

Completed in 36 milliseconds