iscsi_string_type Struct Reference

An iSCSI text string that we want to handle. More...


Data Fields

const char * key
 String key.
int(* handle )(struct iscsi_session *iscsi, const char *value)
 Handle iSCSI string value.


Detailed Description

An iSCSI text string that we want to handle.

Definition at line 886 of file iscsi.c.


Field Documentation

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.

Parameters:
iscsi iSCSI session
value iSCSI string value
Return values:
rc Return status code

Referenced by iscsi_handle_string().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:06 2010 for gPXE by  doxygen 1.5.7.1