DLPI_CLOSE(3DLPI) | Data Link Provider Interface Library Functions | DLPI_CLOSE(3DLPI) |
dlpi_close - close DLPI link
cc [ flag ... ] file ... -ldlpi [ library ... ] #include <libdlpi.h> void dlpi_close(dlpi_handle_t dh);
The dlpi_close() function closes the open DLPI link instance associated with dh and destroys dh after closing the DLPI link instance.
See attributes(7) for description of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
MT-Level | Safe |
June 15, 2007 | OmniOS |