Lines Matching defs:bind_ip
58 static struct ip_addr bind_ip;
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_ports[index],
1357 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[index],
1464 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
1473 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
1558 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
1567 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
1678 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[index],
1779 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
1888 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
1986 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[0],
2473 SMTP_PROTOCOL_SMTP, net_ip2addr(&bind_ip), bind_ports[index],
2782 int fd = net_listen(&bind_ip, bind_port, 128);
2787 net_ip2addr(&bind_ip), *bind_port);
2965 i_zero(&bind_ip);
2966 bind_ip.family = AF_INET;
2967 bind_ip.u.ip4.s_addr = htonl(INADDR_LOOPBACK);