Searched refs:mactype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dlink_addr.c43 * Currently, the "mactype" is unused, but in the future, the string
44 * can be modulated by "mactype" (IFT_* value from <net/if_types.h>)
48 _link_ntoa(const unsigned char *macaddr, char *str, int size, int mactype) argument
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c543 dl_mactypestr(t_uscalar_t mactype) argument
545 switch (mactype) {
575 default: return ("<unknown mactype>");
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1592 * Each table entry comprises a DLPI/Private mactype and the description.
1627 dlpi_mactype(uint_t mactype) argument
1632 if (dlpi_mactypes[i].dm_mactype == mactype)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c359 arp_hw_type(t_uscalar_t mactype) argument
363 if ((arm = arp_m_lookup(mactype)) == NULL)
H A Dip_if.c3639 * Initialize the flags on `phyi' as per the provided mactype.
3642 phyint_flags_init(phyint_t *phyi, t_uscalar_t mactype) argument
3653 if (mactype == SUNW_DL_IPMP)
3658 switch (mactype) {
5369 ip0dbg(("no mapping for ill %s mactype 0x%x\n",

Completed in 114 milliseconds