nvme_ctrl_get_src_addr - Man Page
Extract src_addr from the c->address string
Synopsis
char * nvme_ctrl_get_src_addr (nvme_ctrl_t c , char *src_addr , size_t src_addr_len );
Arguments
- c
Controller instance
- src_addr
Where to copy the src_addr. Size must be at least INET6_ADDRSTRLEN.
- src_addr_len
Length of the buffer src_addr.
Return
Pointer to src_addr on success. NULL on failure to extract the src_addr.
Info
August 2024 libnvme API manual