null

Searched refs:real_remote_port (Results 1 - 14 of 14) sorted by relevance

/dovecot/src/lib-oauth2/
H A Doauth2.h63 in_port_t local_port, real_local_port, remote_port, real_remote_port; member in struct:oauth2_request_input
/dovecot/src/lib-auth/
H A Dauth-client.h58 in_port_t local_port, remote_port, real_local_port, real_remote_port; member in struct:auth_request_info
H A Dauth-client-request.c83 if (info->real_remote_port != 0 &&
84 info->real_remote_port != info->remote_port)
85 str_printfa(str, "\treal_rport=%u", info->real_remote_port);
/dovecot/src/lib-master/
H A Dmaster-service.h71 in_port_t real_remote_port, real_local_port; member in struct:master_service_connection
H A Dmaster-service.c1084 conn.real_remote_port = conn.remote_port;
/dovecot/src/auth/
H A Ddb-oauth2.c579 input.real_remote_port = req->auth_request->real_remote_port;
639 input.real_remote_port = req->auth_request->real_remote_port;
H A Dauth-request.h86 in_port_t local_port, remote_port, real_local_port, real_remote_port; member in struct:auth_request
H A Dtest-auth-request-var-expand.c43 .real_remote_port = 201,
H A Dauth-request-var-expand.c147 tab[22].value = dec2str(auth_request->real_remote_port);
H A Dauth-request.c345 if (request->real_remote_port != 0)
346 str_printfa(dest, "\treal_rport=%u", request->real_remote_port);
404 if (request->real_remote_port == 0)
405 request->real_remote_port = request->remote_port;
414 (void)net_str2port(value, &request->real_remote_port);
/dovecot/src/login-common/
H A Dsasl-server.c398 info.real_remote_port = client->real_remote_port;
H A Dclient-common.h149 in_port_t real_local_port, real_remote_port; member in struct:client
H A Dclient-common.c191 client->real_remote_port = conn->real_remote_port;
785 tab[18].value = dec2str(client->real_remote_port);
/dovecot/src/submission-login/
H A Dclient.c85 &client->real_remote_ip, client->real_remote_port,

Completed in 44 milliseconds