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

/system/core/netcfg/
H A Dnetcfg.c54 unsigned char hwbuf[ETH_ALEN]; local
65 if (!ifc_get_hwaddr(name, hwbuf)) {
68 printf("%02x:", hwbuf[i]);
69 printf("%02x\n", hwbuf[i]);

Completed in 15 milliseconds