Lines Matching refs:bind
43 sockets at bind() stage, which is what we generally want to allow more than
44 64k outgoing connections to different destinations. However, at bind() stage
176 if (bind(fd, &so.sa, SIZEOF_SOCKADDR(so)) == -1) {
177 i_error("bind(%s) failed: %m", net_ip2addr(my_ip));
257 if (bind(fd, &so.sa, SIZEOF_SOCKADDR(so)) == -1) {
453 /* If using IPv6, bind only to IPv6 if possible. This avoids
462 ret = bind(fd, &so.sa, SIZEOF_SOCKADDR(so));
465 i_error("bind(%s, %u) failed: %m",
522 /* bind */
523 if (bind(fd, &sa.sa, sizeof(sa)) < 0) {
525 i_error("bind(%s) failed: %m", path);