man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

dlpi_close(3DLPI)

Name

dlpi_close - close DLPI link

Synopsis

cc [ flag ... ] file ... –ldlpi [ library ... ]
#include <libdlpi.h>

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 attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See also

dlpi_open(3DLPI), libdlpi(3LIB) , attributes(5)