Interface Libraries libdlpi(3LIB)
NAME
libdlpi - Data Link Provider Interface (DLPI) library
SYNOPSIS
cc [ flag... ] file... -ldlpi [ library... ]
#include
DESCRIPTION
The libdlpi library provides functions that support a pro-
gramming interface for DLPI applications. The functions sup-
port only DLPI Version 2 devices in connectionless mode.
INTERFACES
The shared object libdlpi.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
dlpiarptype dlpibind
dlpiclose dlpidisabmulti
dlpidisabnotify dlpienabmulti
dlpienabnotify dlpifd
dlpigetphysaddr dlpiiftype
dlpiinfo dlpilinkname
dlpimactype dlpiopen
dlpipromiscoff dlpipromiscon
dlpirecv dlpisend
dlpisetphysaddr dlpisettimeout
dlpistrerror dlpiunbind
dlpiwalk
FILES
/lib/libdlpi.so.1 shared object
/lib/64/libdlpi.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
SunOS 5.11 Last change: 11 Jan 2008 1
Interface Libraries libdlpi(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
Intro(3), attributes(5)
SunOS 5.11 Last change: 11 Jan 2008 2
|