Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_ctrl_get_src_addr - Extract src_addr from the c->address string

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.

Name

nvme_ctrl_get_src_addr - Extract src_addr from the c->address string

Return

Pointer to src_addr on success. NULL on failure to extract the src_addr. August 2025 nvme_ctrl_get_src_addr nvme_ctrl_get_src_addr(2)

Synopsis

char*nvme_ctrl_get_src_addr(nvme_ctrl_tc,char*src_addr,size_tsrc_addr_len);

See Also