Data Link Provider Interface Library Functions dlpi_close(3DLPI)
NAME
dlpi_close - close DLPI link
SYNOPSIS
cc [ flag ... ] file ... -ldlpi [ library ... ]
#include
void dlpi_close(dlpi_handle_t dh);
DESCRIPTION
The dlpi_close() function closes the open DLPI link instance
associated with dh and destroys dh after closing the DLPI link instance.ATTRIBUTES
See attributes(5) for description of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
dlpi_open(3DLPI), libdlpi(3LIB), attributes(5)
SunOS 5.11 Last change: 15 Jun 2007 1