5479 Need missing *at family manual pages
[illumos-gate.git] / usr / src / man / man3lib / libdlpi.3lib
blob86dff01d9bb5752ab03cd1397163c8a2cac42429
1 '\" te
2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBDLPI 3LIB "Jan 11, 2008"
7 .SH NAME
8 libdlpi \- Data Link Provider Interface (DLPI) library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-ldlpi\fR [ \fIlibrary\fR... ]
13 #include <\fBlibdlpi.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBlibdlpi\fR library provides functions that support a programming
20 interface for DLPI applications. The functions support only DLPI Version 2
21 devices in connectionless mode.
22 .SH INTERFACES
23 .sp
24 .LP
25 The shared object \fBlibdlpi.so.1\fR provides the public interfaces defined
26 below. See \fBIntro\fR(3) for additional information on shared object
27 interfaces.
28 .sp
30 .sp
31 .TS
32 l l
33 l l .
34 \fBdlpi_arptype\fR      \fBdlpi_bind\fR
35 \fBdlpi_close\fR        \fBdlpi_disabmulti\fR
36 \fBdlpi_disabnotify\fR  \fBdlpi_enabmulti\fR
37 \fBdlpi_enabnotify\fR   \fBdlpi_fd\fR
38 \fBdlpi_get_physaddr\fR \fBdlpi_iftype\fR
39 \fBdlpi_info\fR \fBdlpi_linkname\fR
40 \fBdlpi_mactype\fR      \fBdlpi_open\fR
41 \fBdlpi_promiscoff\fR   \fBdlpi_promiscon\fR
42 \fBdlpi_recv\fR \fBdlpi_send\fR
43 \fBdlpi_set_physaddr\fR \fBdlpi_set_timeout\fR
44 \fBdlpi_strerror\fR     \fBdlpi_unbind\fR
45 \fBdlpi_walk\fR 
46 .TE
48 .SH FILES
49 .sp
50 .ne 2
51 .na
52 \fB\fB/lib/libdlpi.so.1\fR\fR
53 .ad
54 .RS 24n
55 shared object
56 .RE
58 .sp
59 .ne 2
60 .na
61 \fB\fB/lib/64/libdlpi.so.1\fR\fR
62 .ad
63 .RS 24n
64 64-bit shared object
65 .RE
67 .SH ATTRIBUTES
68 .sp
69 .LP
70 See \fBattributes\fR(5) for description of the following attributes:
71 .sp
73 .sp
74 .TS
75 box;
76 c | c
77 l | l .
78 ATTRIBUTE TYPE  ATTRIBUTE VALUE
80 Interface Stability     Committed
82 MT-Level        Safe
83 .TE
85 .SH SEE ALSO
86 .sp
87 .LP
88 \fBIntro\fR(3), \fBattributes\fR(5)