dlpi_linkname (3dlpi) manual page

Table of Contents

Name

dlpi_linkname - get DLPI link name

Synopsis

cc [ flag ... ] file ... -ldlpi [ library ... ] #include <libdlpi.h>

const char *dlpi_linkname(dlpi_handle_t dh);

Description

The 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 Values

Upon success, the function returns a pointer to the link name associated with the DLPI handle.

Attributes

See attributes(5) for description of the following attributes:

tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEATTRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelSafe

See Also

libdlpi(3LIB) , attributes(5)


Table of Contents