Data Link Provider Interface Library Functions
dlpiiftype(3DLPI)
NAME
dlpiiftype - convert a DLPI MAC type to a BSD socket inter-
face type
SYNOPSIS
cc [ flag... ] file... -ldlpi [ library... ]
#include
uintt dlpiiftype(uintt dlpitype);
DESCRIPTION
The dlpiiftype() function converts a DLPI MAC type to a BSD
socket interface type defined in .
RETURN VALUES
Upon success, the corresponding BSD socket interface type is
returned. Otherwise, zero is returned.
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
libdlpi(3LIB), attributes(5)
SunOS 5.11 Last change: 8 Feb 2008 1
Data Link Provider Interface Library Functions
dlpiiftype(3DLPI)
SunOS 5.11 Last change: 8 Feb 2008 2
|