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

/dovecot/src/lib-imap-client/
H A Dtest-imapc-client.c34 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
59 int fd = net_listen(&bind_ip, bind_port, 128);
64 net_ip2addr(&bind_ip), *bind_port);
697 i_zero(&bind_ip);
698 bind_ip.family = AF_INET;
699 bind_ip.u.ip4.s_addr = htonl(INADDR_LOOPBACK);
/dovecot/src/lib-http/
H A Dtest-http-server-errors.c42 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
669 client_connection_init(&bind_ip, bind_port);
760 int fd = net_listen(&bind_ip, &bind_port, 128);
765 net_ip2addr(&bind_ip), bind_port);
891 i_zero(&bind_ip);
892 bind_ip.family = AF_INET;
893 bind_ip.u.ip4.s_addr = htonl(INADDR_LOOPBACK);
H A Dtest-http-payload.c50 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
930 "GET", net_ip2addr(&bind_ip),
1179 "PUT", net_ip2addr(&bind_ip),
1292 fd_listen = net_listen(&bind_ip, &bind_port, 128);
1295 net_ip2addr(&bind_ip), bind_port);
1816 i_zero(&bind_ip);
1817 bind_ip.family = AF_INET;
1818 bind_ip.u.ip4.s_addr = htonl(INADDR_LOOPBACK);
H A Dtest-http-client-errors.c42 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
428 "GET", net_ip2addr(&bind_ip), "/connection-refused.txt",
434 "GET", net_ip2addr(&bind_ip), "/connection-refused2.txt",
537 "GET", net_ip2addr(&bind_ip), "/connection-refused-retry.txt",
543 "GET", net_ip2addr(&bind_ip), "/connection-refused-retry2.txt",
694 net_ip2addr(&bind_ip), bind_ports[server_index+1]);
729 "GET", net_ip2addr(&bind_ip), "/invalid-redirect.txt",
786 net_ip2addr(&bind_ip), bind_ports[server_index+1]);
825 "GET", net_ip2addr(&bind_ip), "/unseekable-redirect.txt",
897 "GET", net_ip2addr(&bind_ip), "/unseekabl
[all...]
/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c35 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
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);
967 i_zero(&bind_ip);
968 bind_ip.family = AF_INET;
969 bind_ip.u.ip4.s_addr = htonl(INADDR_LOOPBACK);
H A Dtest-smtp-server-errors.c46 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
1114 client_connection_init(&bind_ip, bind_port);
1209 int fd = net_listen(&bind_ip, &bind_port, 128);
1214 net_ip2addr(&bind_ip), bind_port);
1343 i_zero(&bind_ip);
1344 bind_ip.family = AF_INET;
1345 bind_ip.u.ip4.s_addr = htonl(INADDR_LOOPBACK);
H A Dtest-smtp-client-errors.c58 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
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[0],
620 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
739 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
798 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
1022 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_port
[all...]
H A Dtest-smtp-submit.c68 static struct ip_addr bind_ip; variable in typeref:struct:ip_addr
1948 int fd = net_listen(&bind_ip, bind_port, 128);
1953 net_ip2addr(&bind_ip), *bind_port);
2172 i_zero(&bind_ip);
2173 bind_ip.family = AF_INET;
2174 bind_ip.u.ip4.s_addr = htonl(INADDR_LOOPBACK);

Completed in 39 milliseconds