Searched defs:bind_ports (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-smtp/ |
H A D | test-smtp-client-errors.c | 59 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 D | test-smtp-submit.c | 69 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 D | test-http-client-errors.c | 43 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