DLPI_LINKNAME(3DLPI) Data Link Provider Interface Library Functions
dlpi_linkname - get DLPI link name
cc [ flag ... ] file ... -ldlpi [ library ... ]
#include <libdlpi.h>
const char *dlpi_linkname(dlpi_handle_t dh);
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.
Upon success, the function returns a pointer to the link name
associated with the DLPI handle.
See attributes(7) for description of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
libdlpi(3LIB), attributes(7)
June 15, 2007 DLPI_LINKNAME(3DLPI)
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(7) for description of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
SEE ALSO
libdlpi(3LIB), attributes(7)
June 15, 2007 DLPI_LINKNAME(3DLPI)