enum iscsi_tmf_responses
RFC 3720, Section 10.6.1 Response (field in TMF Response)
#include <te_iscsi.h> enum iscsi_tmf_responses { FUNCTION_COMPLETE = 0, TASK_DOES_NOT_EXIST = 1, LUN_DOES_NOT_EXIST = 2, TASK_STILL_ALLEGIANT = 3, TASK_FAILOVER_NOT_SUPPORTED = 4, TASK_MANAGEMENT_FUNCTION_NOT_SUPPORTED = 5, FUNCTION_AUTHORIZATION_FAILED = 6, FUNCTION_REJECTED = 255, };