Query: dlpi_linkname
OS: opensolaris
Section: 3dlpi
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dlpi_linkname(3DLPI) Data Link Provider Interface Library Functions dlpi_linkname(3DLPI)NAMEdlpi_linkname - get DLPI link nameSYNOPSIScc [ flag ... ] file ... -ldlpi [ library ... ] #include <libdlpi.h> const char *dlpi_linkname(dlpi_handle_t dh);DESCRIPTIONThe dlpi_linkname() function returns a pointer to the link name of the DLPI link instance associated with the DLPI handle dh. The returned string is managed by libdlpi and must not be modified or freed by the caller.RETURN VALUESUpon success, the function returns a pointer to the link name associated with the DLPI handle.ATTRIBUTESSee attributes(5) for description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOlibdlpi(3LIB), attributes(5) SunOS 5.11 15 Jun 2007 dlpi_linkname(3DLPI)