OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwbuf
(Results
1 - 2
of
2
) sorted by null
/system/core/netcfg/
netcfg.c
54
unsigned char
hwbuf
[ETH_ALEN];
local
65
if (!ifc_get_hwaddr(name,
hwbuf
)) {
68
printf("%02x:",
hwbuf
[i]);
69
printf("%02x\n",
hwbuf
[i]);
/external/dhcpcd/
ifaddrs.c
41
unsigned char
hwbuf
[ETH_ALEN];
local
79
if (!ifc_get_hwaddr(name,
hwbuf
)) {
87
memcpy(hwaddr->sll_addr,
hwbuf
, ETH_ALEN);
Completed in 104 milliseconds