1libdlpi(3LIB)                 Interface Libraries                libdlpi(3LIB)
2
3
4

NAME

6       libdlpi - Data Link Provider Interface (DLPI) library
7

SYNOPSIS

9       cc [ flag... ] file... -ldlpi [ library... ]
10       #include <libdlpi.h>
11
12

DESCRIPTION

14       The  libdlpi  library  provides  functions  that  support a programming
15       interface for DLPI applications. The functions support only  DLPI  Ver‐
16       sion 2 devices in connectionless mode.
17

INTERFACES

19       The  shared  object libdlpi.so.1 provides the public interfaces defined
20       below. See Intro(3) for additional information on shared object  inter‐
21       faces.
22
23
24
25
26       dlpi_arptype                  dlpi_bind
27       dlpi_close                    dlpi_disabmulti
28       dlpi_disabnotify              dlpi_enabmulti
29       dlpi_enabnotify               dlpi_fd
30       dlpi_get_physaddr             dlpi_iftype
31       dlpi_info                     dlpi_linkname
32       dlpi_mactype                  dlpi_open
33       dlpi_promiscoff               dlpi_promiscon
34       dlpi_recv                     dlpi_send
35       dlpi_set_physaddr             dlpi_set_timeout
36       dlpi_strerror                 dlpi_unbind
37       dlpi_walk
38
39

FILES

41       /lib/libdlpi.so.1       shared object
42
43
44       /lib/64/libdlpi.so.1    64-bit shared object
45
46

ATTRIBUTES

48       See attributes(5) for description of the following attributes:
49
50
51
52
53       ┌─────────────────────────────┬─────────────────────────────┐
54       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
55       ├─────────────────────────────┼─────────────────────────────┤
56       │Interface Stability          │Committed                    │
57       ├─────────────────────────────┼─────────────────────────────┤
58       │MT-Level                     │Safe                         │
59       └─────────────────────────────┴─────────────────────────────┘
60

SEE ALSO

62       Intro(3), attributes(5)
63
64
65
66SunOS 5.11                        11 Jan 2008                    libdlpi(3LIB)
Impressum