man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

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)