opensolaris man page for dlpi_iftype

Query: dlpi_iftype

OS: opensolaris

Section: 3dlpi

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

dlpi_iftype(3DLPI)				  Data Link Provider Interface Library Functions				dlpi_iftype(3DLPI)

NAME
dlpi_iftype - convert a DLPI MAC type to a BSD socket interface type
SYNOPSIS
cc [ flag... ] file... -ldlpi [ library... ] #include <libdlpi.h> uint_t dlpi_iftype(uint_t dlpitype);
DESCRIPTION
The dlpi_iftype() function converts a DLPI MAC type to a BSD socket interface type defined in <net/if_types.h>.
RETURN VALUES
Upon success, the corresponding BSD socket interface type is returned. Otherwise, zero is returned.
ATTRIBUTES
See attributes(5) for description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+
SEE ALSO
libdlpi(3LIB), attributes(5) SunOS 5.11 8 Feb 2008 dlpi_iftype(3DLPI)
Related Man Pages
dlpi_fd(3dlpi) - opensolaris
dlpi_iftype(3dlpi) - opensolaris
dlpi_set_physaddr(3dlpi) - opensolaris
dlpi_unbind(3dlpi) - opensolaris
dlpi_strerror(3dlpi) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
Study UNIX Kernel
What's legal and what's not?
What is good?
Shopt -s histappend