Home | History | Annotate | Download | only in lib

Lines Matching defs:next_state

713   enum smb_req_state next_state = SMB_DONE;
751 next_state = SMB_OPEN;
757 next_state = SMB_TREE_DISCONNECT;
765 next_state = SMB_UPLOAD;
771 next_state = SMB_DOWNLOAD;
778 next_state = SMB_CLOSE;
797 next_state = SMB_CLOSE;
804 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD;
810 next_state = SMB_CLOSE;
819 next_state = SMB_CLOSE;
821 next_state = SMB_UPLOAD;
826 next_state = SMB_TREE_DISCONNECT;
830 next_state = SMB_DONE;
840 switch(next_state) {
875 request_state(conn, next_state);