opensolaris man page for dlpi_arptype

Query: dlpi_arptype

OS: opensolaris

Section: 3dlpi

Links: opensolaris man pages   all man pages

Forums: unix linux community   forum categories

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

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

NAME
dlpi_arptype - convert a DLPI MAC type to an ARP hardware type
SYNOPSIS
cc [ flag... ] file... -ldlpi [ library... ] #include <libdlpi.h> uint_t dlpi_arptype(uint_t dlpitype);
DESCRIPTION
The dlpi_arptype() function converts a DLPI MAC type to an ARP hardware type defined in <netinet/arp.h>
RETURN VALUES
Upon success, the corresponding ARP hardware 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_arptype(3DLPI)
Related Man Pages
dlpi_arptype(3dlpi) - opensolaris
dlpi_fd(3dlpi) - opensolaris
dlpi_unbind(3dlpi) - opensolaris
dlpi_strerror(3dlpi) - opensolaris
libdlpi(3lib) - opensolaris
Similar Topics in the Unix Linux Community
How to find MAC of local google server