| /dovecot/src/doveadm/ |
| H A D | client-connection.h | 13 struct ip_addr local_ip, remote_ip; member in struct:client_connection
|
| H A D | doveadm-cmd.h | 79 struct ip_addr local_ip, remote_ip; member in struct:doveadm_cmd_context
|
| /dovecot/src/lib-auth/ |
| H A D | auth-master.h | 15 struct ip_addr local_ip, remote_ip; member in struct:auth_user_info
|
| H A D | auth-client.h | 57 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 D | imap-client.h | 11 struct ip_addr local_ip, remote_ip; member in struct:imap_client_state
|
| H A D | imap-client.c | 143 if (state->remote_ip.family != 0) 144 str_printfa(str, "\trip=%s", net_ip2addr(&state->remote_ip)); 429 &client->state.remote_ip, 443 const char *remote_ip = client->state.remote_ip.family == 0 ? NULL : local 444 net_ip2addr(&client->state.remote_ip); 464 { 'r', remote_ip, "rip" }, 516 if (state->remote_ip.family == 0) 518 return t_strconcat(net_ip2addr(&state->remote_ip), "/",
|
| /dovecot/src/lib-master/ |
| H A D | master-auth.h | 49 struct ip_addr local_ip, remote_ip; member in struct:master_auth_request
|
| H A D | master-service-settings.h | 43 struct ip_addr local_ip, remote_ip; member in struct:master_service_settings_input
|
| H A D | master-service.h | 66 struct ip_addr remote_ip, local_ip; member in struct:master_service_connection
|
| H A D | master-service-haproxy.c | 147 net_ip2addr(&hpconn->conn.remote_ip)); 291 struct ip_addr *real_remote_ip = &hpconn->conn.remote_ip; 293 struct ip_addr local_ip, remote_ip; local 349 remote_ip = hpconn->conn.remote_ip; 411 remote_ip.family = AF_INET; 412 remote_ip.u.ip4.s_addr = data->addr.ip4.src_addr; 427 remote_ip.family = AF_INET6; 428 memcpy(&remote_ip.u.ip6.s6_addr, data->addr.ip6.src_addr, 16); 514 if (net_addr2ip(*fields, &remote_ip) < [all...] |
| /dovecot/src/lib-storage/ |
| H A D | mail-storage-service.h | 54 struct ip_addr local_ip, remote_ip; member in struct:mail_storage_service_input
|
| H A D | mail-user.h | 21 struct ip_addr *local_ip, *remote_ip; member in struct:mail_user_connection_data
|
| H A D | mail-user.c | 247 if (src->remote_ip != NULL && src->remote_ip->family != 0) { 248 conn->remote_ip = p_new(pool, struct ip_addr, 1); 249 *conn->remote_ip = *src->remote_ip; 265 if (user->conn.remote_ip != NULL) 266 event_add_str(user->event, "remote_ip", 267 net_ip2addr(user->conn.remote_ip)); 283 const char *remote_ip = user->conn.remote_ip local [all...] |
| /dovecot/src/lmtp/ |
| H A D | client.h | 33 struct ip_addr remote_ip, local_ip; member in struct:client
|
| /dovecot/src/login-common/ |
| H A D | login-settings.c | 122 { 'r', net_ip2addr(&input->remote_ip), "rip" }, 155 const struct ip_addr *remote_ip, 175 if (remote_ip != NULL) 176 input.remote_ip = *remote_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
|
| /dovecot/src/lib-oauth2/ |
| H A D | oauth2.h | 62 struct ip_addr local_ip, real_local_ip, remote_ip, real_remote_ip; member in struct:oauth2_request_input
|
| /dovecot/src/lib-smtp/ |
| H A D | smtp-server-private.h | 128 struct ip_addr remote_ip; member in struct:smtp_server_connection
|
| H A D | smtp-server-connection.c | 766 const struct ip_addr *remote_ip, in_port_t remote_port, 841 if (remote_ip != NULL && remote_ip->family != 0) { 842 conn->remote_ip = *remote_ip; 844 conn->socket_family = conn->remote_ip.family; 846 &conn->remote_ip, &conn->remote_port) < 0) { 849 if (conn->remote_ip.family == 0) { 860 conn->socket_family = conn->remote_ip.family; 909 net_ip2addr(&conn->remote_ip), con 764 smtp_server_connection_alloc(struct smtp_server *server, const struct smtp_server_settings *set, int fd_in, int fd_out, const struct ip_addr *remote_ip, in_port_t remote_port, const struct smtp_server_callbacks *callbacks, void *context) argument 923 smtp_server_connection_create(struct smtp_server *server, int fd_in, int fd_out, const struct ip_addr *remote_ip, in_port_t remote_port, bool ssl_start, const struct smtp_server_settings *set, const struct smtp_server_callbacks *callbacks, void *context) argument 952 smtp_server_connection_create_from_streams(struct smtp_server *server, struct istream *input, struct ostream *output, const struct ip_addr *remote_ip, in_port_t remote_port, const struct smtp_server_settings *set, const struct smtp_server_callbacks *callbacks, void *context) argument [all...] |
| /dovecot/src/auth/ |
| H A D | auth-request.h | 85 struct ip_addr local_ip, remote_ip, real_local_ip, real_remote_ip; member in struct:auth_request
|
| H A D | auth-request.c | 327 if (request->remote_ip.family != 0) { 329 net_ip2addr(&request->remote_ip)); 395 (void)net_addr2ip(value, &request->remote_ip); 397 request->real_remote_ip = request->remote_ip; 1753 const struct ip_addr *remote_ip) 1765 if (remote_ip->family == 0) { 1772 } else if (remote_ip->family != 0 && 1773 net_is_in_network(remote_ip, &net_ip, bits)) { 1781 else if (remote_ip->family == 0) { 1787 name, net_ip2addr(remote_ip)); 1751 auth_request_validate_networks(struct auth_request *request, const char *name, const char *networks, const struct ip_addr *remote_ip) argument [all...] |
| /dovecot/src/director/ |
| H A D | director-test.c | 333 const struct ip_addr *remote_ip) 338 out_fd = net_connect_ip(local_ip, DIRECTOR_OUT_PORT, remote_ip); 385 struct ip_addr local_ip, remote_ip; local 390 if (net_getpeername(conn->fd, &remote_ip, NULL) < 0) 396 director_connection_create(conn->fd, &local_ip, &remote_ip); 332 director_connection_create(int in_fd, const struct ip_addr *local_ip, const struct ip_addr *remote_ip) argument
|