Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nvme_fabrics_uri - Parsed URI structure

SYNOPSIS

struct nvme_fabrics_uri {
char *scheme;
char *protocol;
char *userinfo;
char *host;
int port;
char **path_segments;
char *query;
char *fragment;
};

Members

Scheme name (typically 'nvme')
Optional protocol/transport (e.g. 'tcp')
Optional user information component of the URI authority
Host transport address
The port subcomponent or 0 if not specified
NULL-terminated array of path segments
Optional query string component (separated by '?')
Optional fragment identifier component (separated by '#')
struct nvme_fabrics_uri October 2024