|
Linux Kernel
3.7.1
|
#include <iscsi_if.h>
Data Fields | |
| uint16_t | chap_tbl_idx |
| enum chap_type_e | chap_type |
| char | username [ISCSI_CHAP_AUTH_NAME_MAX_LEN] |
| uint8_t | password [ISCSI_CHAP_AUTH_SECRET_MAX_LEN] |
| uint8_t | password_length |
Definition at line 589 of file iscsi_if.h.
| uint16_t chap_tbl_idx |
Definition at line 590 of file iscsi_if.h.
| enum chap_type_e chap_type |
Definition at line 591 of file iscsi_if.h.
| uint8_t password[ISCSI_CHAP_AUTH_SECRET_MAX_LEN] |
Definition at line 593 of file iscsi_if.h.
| uint8_t password_length |
Definition at line 594 of file iscsi_if.h.
| char username[ISCSI_CHAP_AUTH_NAME_MAX_LEN] |
Definition at line 592 of file iscsi_if.h.
1.8.2