Home
last modified time | relevance | path

Searched refs:arptype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c429 uint8_t arptype; in mac_arp_type() local
433 arptype = 4; /* token ring */ in mac_arp_type()
436 arptype = 16; /* ATM */ in mac_arp_type()
439 arptype = 18; /* Fiber Channel */ in mac_arp_type()
442 arptype = 32; /* Infiniband */ in mac_arp_type()
447 arptype = 1; /* default to ethernet */ in mac_arp_type()
450 return (arptype); in mac_arp_type()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c135 uint_t arptype; in make_stable_duid() local
147 (arptype = dlpi_arptype(dlinfo.di_mactype) != 0)) { in make_stable_duid()
158 dllt->dllt_hwtype = htons(arptype); in make_stable_duid()