Searched defs:netiftype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c82 static char *netiftype = "network-interface-type"; local
126 if ((len = prom_getproplen(node, netiftype)) > 0 &&
128 (void) prom_getprop(node, netiftype, tmpbuf);

Completed in 43 milliseconds