1dlpi_close(3DLPI)Data Link Provider Interface Library Functionsdlpi_close(3DLPI)
2
3
4
6 dlpi_close - close DLPI link
7
9 cc [ flag ... ] file ... -ldlpi [ library ... ]
10 #include <libdlpi.h>
11
12 void dlpi_close(dlpi_handle_t dh);
13
14
16 The dlpi_close() function closes the open DLPI link instance associated
17 with dh and destroys dh after closing the DLPI link instance.
18
20 See attributes(5) for description of the following attributes:
21
22
23
24
25 ┌─────────────────────────────┬─────────────────────────────┐
26 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
27 ├─────────────────────────────┼─────────────────────────────┤
28 │Interface Stability │Committed │
29 ├─────────────────────────────┼─────────────────────────────┤
30 │MT-Level │Safe │
31 └─────────────────────────────┴─────────────────────────────┘
32
34 dlpi_open(3DLPI), libdlpi(3LIB), attributes(5)
35
36
37
38SunOS 5.11 15 Jun 2007 dlpi_close(3DLPI)