man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

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(5) for description of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See also

libdlpi(3LIB), attributes(5)