Content-type: text/html Man page of dlpi_arptype

dlpi_arptype

Section: Data Link Provider Interface Library Functions (3DLPI)
Updated: 8 Feb 2008
Index Return to Main Contents
 

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 TYPEATTRIBUTE VALUE

Interface StabilityCommitted

MT-Level

 

SEE ALSO

libdlpi(3LIB), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:40:01 GMT, October 02, 2010