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; local
433 arptype = 4; /* token ring */
436 arptype = 16; /* ATM */
439 arptype = 18; /* Fiber Channel */
442 arptype = 32; /* Infiniband */
447 arptype = 1; /* default to ethernet */
450 return (arptype);
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c135 uint_t arptype; local
147 (arptype = dlpi_arptype(dlinfo.di_mactype) != 0)) {
158 dllt->dllt_hwtype = htons(arptype);

Completed in 51 milliseconds