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

/dovecot/src/lib-smtp/
H A Dtest-smtp-client-errors.c59 static in_port_t *bind_ports = 0; variable
165 SMTP_PROTOCOL_SMTP, "127.0.0.1", bind_ports[0],
171 SMTP_PROTOCOL_SMTP, "127.0.0.1", bind_ports[0],
260 SMTP_PROTOCOL_SMTP, "127.0.0.1", bind_ports[0],
270 SMTP_PROTOCOL_SMTP, "127.0.0.1", bind_ports[0],
421 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
430 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
528 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
537 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
611 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[
[all...]
H A Dtest-smtp-submit.c69 static in_port_t *bind_ports = NULL; variable
181 test_message1, bind_ports[0], &error);
234 test_message1, bind_ports[0], &error);
295 test_message1, bind_ports[0], &error);
363 test_message1, bind_ports[0], &error);
429 test_message1, bind_ports[0], &error);
531 test_message1, bind_ports[0], &error);
639 test_message1, bind_ports[0], &error);
757 t_strdup_printf("127.0.0.1:%u", bind_ports[0]);
885 test_message1, bind_ports[
[all...]
/dovecot/src/lib-http/
H A Dtest-http-client-errors.c43 static in_port_t *bind_ports = 0; variable
430 http_client_request_set_port(hreq, bind_ports[0]);
436 http_client_request_set_port(hreq, bind_ports[0]);
539 http_client_request_set_port(hreq, bind_ports[0]);
545 http_client_request_set_port(hreq, bind_ports[0]);
694 net_ip2addr(&bind_ip), bind_ports[server_index+1]);
731 http_client_request_set_port(hreq, bind_ports[0]);
786 net_ip2addr(&bind_ip), bind_ports[server_index+1]);
827 http_client_request_set_port(hreq, bind_ports[0]);
899 http_client_request_set_port(hreq, bind_ports[
[all...]

Completed in 2754 milliseconds