iscsi_node_tpgt_get - Retrieve target portal group tag of specified iSCSI node.
Contents
Arguments
node Pointer of 'struct iscsi_node'. If this pointer is NULL, your program will be terminated by
assert.
Description
Retrieve the target portal group tag of specified iSCSI node.
Name
iscsi_node_tpgt_get - Retrieve target portal group tag of specified iSCSI node.
Return
int32_t. -1 for unknown.
July 2025 iscsi_node_tpgt_get iscsi_node_tpgt_get(3)
Synopsis
int32_tiscsi_node_tpgt_get(structiscsi_node*node);
