Data Fields | |
| const char * | key |
| String key. | |
| int(* | handle )(struct iscsi_session *iscsi, const char *value) |
| Handle iSCSI string value. | |
Definition at line 886 of file iscsi.c.
| const char* iscsi_string_type::key |
String key.
This is the portion up to and including the "=" sign, e.g. "InitiatorName=", "CHAP_A=", etc.
Definition at line 892 of file iscsi.c.
Referenced by iscsi_handle_string().
| int( * iscsi_string_type::handle)(struct iscsi_session *iscsi, const char *value) |
Handle iSCSI string value.
| iscsi | iSCSI session | |
| value | iSCSI string value |
| rc | Return status code |
Referenced by iscsi_handle_string().
1.5.7.1