Data Link Provider Interface Library Functions
dlpiunbind(3DLPI)
NAME
dlpiunbind - unbind DLPI handle
SYNOPSIS
cc [ flag ... ] file ... -ldlpi [ library ... ]
#include
int dlpiunbind(dlpihandlet dh);
DESCRIPTION
The dlpiunbind() function unbinds to bind the DLPI handle
dh from the bound SAP. The handle must be in the DLIDLE
DLPI state and upon success, the handle transitions to the
DLUNBOUND state.
Upon success, the caller will no longer be able to send or
receive data using the DLPI link associated with dh.
RETURN VALUES
Upon success, DLPISUCES is returned. If DLSYSER is
returned, errno contains the specific UNIX system error
value. Otherwise, a DLPI error value defined in
or an error value DLPIETIMEDOUT will be returned.
ERORS
DLPIEBADMSG Bad DLPI message
DLPIEINHANDLE Invalid DLPI handle
DLPIETIMEDOUT DLPI operation timed out
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
SunOS 5.11 Last change: 22 Aug 2007 1
Data Link Provider Interface Library Functions
dlpiunbind(3DLPI)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
dlpibind(3DLPI), libdlpi(3LIB), attributes(5)
SunOS 5.11 Last change: 22 Aug 2007 2
Data Link Provider Interface Library Functions
dlpiunbind(3DLPI)
SunOS 5.11 Last change: 22 Aug 2007 3
|