1dlpi_linkname(3DLDPaIt)a Link Provider Interface Library Functidolnpsi_linkname(3DLPI)
2
3
4
6 dlpi_linkname - get DLPI link name
7
9 cc [ flag ... ] file ... -ldlpi [ library ... ]
10 #include <libdlpi.h>
11
12 const char *dlpi_linkname(dlpi_handle_t dh);
13
14
16 The dlpi_linkname() function returns a pointer to the link name of the
17 DLPI link instance associated with the DLPI handle dh.
18
19
20 The returned string is managed by libdlpi and must not be modified or
21 freed by the caller.
22
24 Upon success, the function returns a pointer to the link name associ‐
25 ated with the DLPI handle.
26
28 See attributes(5) for description of the following attributes:
29
30
31
32
33 ┌─────────────────────────────┬─────────────────────────────┐
34 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
35 ├─────────────────────────────┼─────────────────────────────┤
36 │Interface Stability │Committed │
37 ├─────────────────────────────┼─────────────────────────────┤
38 │MT-Level │Safe │
39 └─────────────────────────────┴─────────────────────────────┘
40
42 libdlpi(3LIB), attributes(5)
43
44
45
46SunOS 5.11 15 Jun 2007 dlpi_linkname(3DLPI)