Lines Matching refs:fd_in
765 const struct smtp_server_settings *set, int fd_in, int fd_out,
845 } else if (fd_in != fd_out || net_getpeername(fd_in,
854 if (net_getunixcred(fd_in, &cred) >= 0) {
864 net_set_nonblock(fd_in, TRUE);
865 if (fd_in != fd_out)
877 if (net_set_recv_buffer_size(fd_in,
924 int fd_in, int fd_out,
933 set, fd_in, fd_out, remote_ip, remote_port,
937 &conn->conn, name, fd_in, fd_out);
960 int fd_in, fd_out;
962 fd_in = i_stream_get_fd(input);
964 i_assert(fd_in >= 0);
968 fd_in, fd_out, remote_ip, remote_port,
1041 conn->conn.fd_in = conn->conn.fd_out = -1;