Searched defs:bind_port (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/lib-imap-client/
H A Dtest-imapc-client.c57 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 Dtest-http-server-errors.c43 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 Dtest-http-payload.c51 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 Dtest-http-client-errors.c3071 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 Dtest-smtp-payload.c36 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 Dtest-smtp-server-errors.c47 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 Dtest-smtp-client-errors.c2780 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 Dtest-smtp-submit.c1946 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