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