Searched defs:bind_port (Results 1 - 8 of 8) sorted by relevance
/dovecot/src/lib-imap-client/ |
H A D | test-imapc-client.c | 57 static int test_open_server_fd(in_port_t *bind_port) argument 59 int fd = net_listen(&bind_ip, bind_port, 128); 61 i_debug("server listening on %u", *bind_port); 64 net_ip2addr(&bind_ip), *bind_port);
|
/dovecot/src/lib-http/ |
H A D | test-http-server-errors.c | 43 static in_port_t bind_port = 0; variable 664 i_debug("client connecting to %u", bind_port); 669 client_connection_init(&bind_ip, bind_port); 760 int fd = net_listen(&bind_ip, &bind_port, 128); 762 i_debug("server listening on %u", bind_port); 765 net_ip2addr(&bind_ip), bind_port);
|
H A D | test-http-payload.c | 51 static in_port_t bind_port = 0; variable 933 http_client_request_set_port(hreq, bind_port); 1182 http_client_request_set_port(hreq, bind_port); 1292 fd_listen = net_listen(&bind_ip, &bind_port, 128); 1295 net_ip2addr(&bind_ip), bind_port);
|
H A D | test-http-client-errors.c | 3071 static int test_open_server_fd(in_port_t *bind_port) argument 3073 int fd = net_listen(&bind_ip, bind_port, 128); 3075 i_debug("server listening on %u", *bind_port); 3078 net_ip2addr(&bind_ip), *bind_port);
|
/dovecot/src/lib-smtp/ |
H A D | test-smtp-payload.c | 36 static in_port_t bind_port = 0; variable 673 client_protocol, net_ip2addr(&bind_ip), bind_port, 750 fd_listen = net_listen(&bind_ip, &bind_port, 128); 753 net_ip2addr(&bind_ip), bind_port); 803 bind_port = 0;
|
H A D | test-smtp-server-errors.c | 47 static in_port_t bind_port = 0; variable 1109 i_debug("client connecting to %u", bind_port); 1114 client_connection_init(&bind_ip, bind_port); 1209 int fd = net_listen(&bind_ip, &bind_port, 128); 1211 i_debug("server listening on %u", bind_port); 1214 net_ip2addr(&bind_ip), bind_port);
|
H A D | test-smtp-client-errors.c | 2780 static int test_open_server_fd(in_port_t *bind_port) argument 2782 int fd = net_listen(&bind_ip, bind_port, 128); 2784 i_debug("server listening on %u", *bind_port); 2787 net_ip2addr(&bind_ip), *bind_port);
|
H A D | test-smtp-submit.c | 1946 static int test_open_server_fd(in_port_t *bind_port) argument 1948 int fd = net_listen(&bind_ip, bind_port, 128); 1950 i_debug("server listening on %u", *bind_port); 1953 net_ip2addr(&bind_ip), *bind_port);
|
Completed in 50 milliseconds