Searched refs:authtype (Results 1 – 4 of 4) sorted by relevance
86 enum authtype { enum
111 enum authtype auth_type;
132 unsigned char *authtype) in iscsi_handle_authentication() argument140 if (strstr("CHAP", authtype)) in iscsi_handle_authentication()145 if (strstr("None", authtype)) in iscsi_handle_authentication()147 else if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
512 u8 authtype; member