Home | History | Annotate | Download | only in lib

Lines Matching defs:next_state

716   enum smb_req_state next_state = SMB_DONE;
754 next_state = SMB_OPEN;
760 next_state = SMB_TREE_DISCONNECT;
768 next_state = SMB_UPLOAD;
774 next_state = SMB_DOWNLOAD;
781 next_state = SMB_CLOSE;
799 next_state = SMB_CLOSE;
806 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD;
812 next_state = SMB_CLOSE;
821 next_state = SMB_CLOSE;
823 next_state = SMB_UPLOAD;
828 next_state = SMB_TREE_DISCONNECT;
832 next_state = SMB_DONE;
842 switch(next_state) {
877 request_state(conn, next_state);