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

/dovecot/src/doveadm/
H A Dclient-connection.h13 struct ip_addr local_ip, remote_ip; member in struct:client_connection
H A Ddoveadm-cmd.h79 struct ip_addr local_ip, remote_ip; member in struct:doveadm_cmd_context
/dovecot/src/lib-auth/
H A Dauth-master.h15 struct ip_addr local_ip, remote_ip; member in struct:auth_user_info
H A Dauth-client.h57 struct ip_addr local_ip, remote_ip, real_local_ip, real_remote_ip; member in struct:auth_request_info
/dovecot/src/imap-hibernate/
H A Dimap-client.h11 struct ip_addr local_ip, remote_ip; member in struct:imap_client_state
H A Dimap-client.c141 if (state->local_ip.family != 0)
142 str_printfa(str, "\tlip=%s", net_ip2addr(&state->local_ip));
441 const char *local_ip = client->state.local_ip.family == 0 ? NULL : local
442 net_ip2addr(&client->state.local_ip);
463 { 'l', local_ip, "lip" },
/dovecot/src/lib-master/
H A Dmaster-auth.h49 struct ip_addr local_ip, remote_ip; member in struct:master_auth_request
H A Dmaster-service-settings.h43 struct ip_addr local_ip, remote_ip; member in struct:master_service_settings_input
H A Dmaster-service.h66 struct ip_addr remote_ip, local_ip; member in struct:master_service_connection
H A Dmaster-service-settings-cache.c20 struct ip_addr local_ip; member in struct:settings_entry
36 /* cache for other settings (local_ip/local_name set) */
40 /* local_name, local_ip => struct settings_entry */
104 if (input->local_name != NULL || input->local_ip.family != 0)
136 don't even try to use local_ip (even though we have it), because
144 input->local_ip.family != 0) {
146 &input->local_ip);
170 else if (entry->local_ip.family != 0)
171 hash_table_remove(cache->local_ip_hash, &entry->local_ip);
198 if (input->local_name == NULL && input->local_ip
[all...]
H A Dmaster-service-haproxy.c293 struct ip_addr local_ip, remote_ip; local
348 local_ip = hpconn->conn.local_ip;
408 local_ip.family = AF_INET;
409 local_ip.u.ip4.s_addr = data->addr.ip4.dst_addr;
424 local_ip.family = AF_INET6;
425 memcpy(&local_ip.u.ip6.s6_addr, data->addr.ip6.dst_addr, 16);
531 if (net_addr2ip(*fields, &local_ip) < 0 ||
532 local_ip.family != family) {
600 hpconn->conn.local_ip
[all...]
/dovecot/src/lib-storage/
H A Dmail-storage-service.h54 struct ip_addr local_ip, remote_ip; member in struct:mail_storage_service_input
H A Dmail-user.h21 struct ip_addr *local_ip, *remote_ip; member in struct:mail_user_connection_data
H A Dmail-user.c243 if (src->local_ip != NULL && src->local_ip->family != 0) {
244 conn->local_ip = p_new(pool, struct ip_addr, 1);
245 *conn->local_ip = *src->local_ip;
262 if (user->conn.local_ip != NULL)
263 event_add_str(user->event, "local_ip",
264 net_ip2addr(user->conn.local_ip));
281 const char *local_ip = user->conn.local_ip local
[all...]
/dovecot/src/lmtp/
H A Dclient.h33 struct ip_addr remote_ip, local_ip; member in struct:client
/dovecot/src/login-common/
H A Dlogin-settings.c121 { 'l', net_ip2addr(&input->local_ip), "lip" },
154 const struct ip_addr *local_ip,
173 if (local_ip != NULL)
174 input.local_ip = *local_ip;
153 login_settings_read(pool_t pool, const struct ip_addr *local_ip, const struct ip_addr *remote_ip, const char *local_name, const struct master_service_ssl_settings **ssl_set_r, void ***other_settings_r) argument
H A Dlogin-proxy.c181 struct ip_addr local_ip; local
199 net_getsockname(proxy->server_fd, &local_ip, &local_port) == 0) {
201 net_ip2addr(&local_ip), local_port);
559 if (!net_ip_compare(&ip, &client->local_ip))
H A Dclient-common.h145 struct ip_addr local_ip; member in struct:client
/dovecot/src/lib-oauth2/
H A Doauth2.h62 struct ip_addr local_ip, real_local_ip, remote_ip, real_remote_ip; member in struct:oauth2_request_input
/dovecot/src/director/
H A Dlogin-connection.c45 struct ip_addr local_ip; member in struct:login_host_request
128 if (!net_ip_compare(dest_ip, &request->local_ip))
225 if (net_addr2ip((*args) + 4, &temp_request.local_ip) < 0)
H A Ddirector-test.c9 forwards them to local_ip:9090. To make this work properly, director
119 struct ip_addr local_ip; local
121 if (net_getsockname(client->fd, &local_ip, NULL) < 0)
124 host = hash_table_lookup(hosts, &local_ip);
127 net_ip2addr(&local_ip));
130 host->ip = local_ip;
332 director_connection_create(int in_fd, const struct ip_addr *local_ip, argument
338 out_fd = net_connect_ip(local_ip, DIRECTOR_OUT_PORT, remote_ip);
385 struct ip_addr local_ip, remote_ip; local
388 if (net_getsockname(conn->fd, &local_ip,
[all...]
/dovecot/src/auth/
H A Dauth-request.h85 struct ip_addr local_ip, remote_ip, real_local_ip, real_remote_ip; member in struct:auth_request
/dovecot/src/lib-imap-client/
H A Dimapc-connection.c1702 struct ip_addr local_ip; local
1715 if (net_getsockname(conn->fd, &local_ip, &local_port) < 0)
1719 net_ip2addr(&local_ip), local_port);

Completed in 46 milliseconds