Data Link Provider Interface Library Functions
dlpilinkname(3DLPI)
NAME
dlpilinkname - get DLPI link name
SYNOPSIS
cc [ flag ... ] file ... -ldlpi [ library ... ]
#include
const char *dlpilinkname(dlpihandlet dh);
DESCRIPTION
The dlpilinkname() function returns a pointer to the link
name of the DLPI link instance associated with the DLPI han-
dle 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.
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
libdlpi(3LIB), attributes(5)
SunOS 5.11 Last change: 15 Jun 2007 1
Data Link Provider Interface Library Functions
dlpilinkname(3DLPI)
SunOS 5.11 Last change: 15 Jun 2007 2
|