DLPI Library Functions dlpi_iftype(3DLPI) NAME dlpi_iftype - convert a DLPI MAC type to a BSD socket interface type SYNOPSIS #include uint_t dlpi_iftype(uint_t dlpitype); DESCRIPTION The dlpi_iftype() function returns a BSD socket interface type. The interface types mapped are the types that are used in Solaris and are defined in . There are some additional types for which a direct mapping exists. RETURN VALUES Upon success, the corresponding BSD socket interface type is returned. Otherwise, zero will be returned. See Also libdlpi(3LIB), attributes(5) DLPI Library Functions dlpi_arptype(3DLPI) NAME dlpi_arptype - convert a DLPI MAC type to an ARP hardware type SYNOPSIS #include uint_t dlpi_arptype(uint_t dlpitype); DESCRIPTION The dlpi_arptype() function returns a ARP hardware type. The ARP types mapped are the types that are used in Solaris and are defined in . RETURN VALUES Upon success the corresponding ARP hardware type is returned. Otherwise, zero will be returned. See Also libdlpi(3LIB), attributes(5)