lsm_target_port_service_address_get - Man Page
Retrieve the service address for the target_port
Synopsis
const char  * lsm_target_port_service_address_get (lsm_target_port *tp);
Arguments
- tp
- Pointer of lsm_target_port to retrieve service address for. 
Version
1.0
Description
Retrieve the service address for the target_port. Service address is lower case string which is used by upper layer like FC and iSCSI:
   * FC/FCoE:
       WWPN (split with : every two digits)
   * iSCSI:
       iSCSI IQN
Note
Address returned is valid until lsm_target_port gets freed, copy return value if you need longer scope. Do not free returned string.
Return
string. NULL if argument 'tp' is NULL or not a valid lsm_target_port pointer.
Info
January 2025 Libstoragemgmt C API Manual