Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/
Dmessage.cpp90 memcpy(macAddress, sourceMessage.dhcpData.chaddr, sizeof(macAddress)); in offer()
119 memcpy(macAddress, sourceMessage.dhcpData.chaddr, sizeof(macAddress)); in ack()
142 memcpy(macAddress, sourceMessage.dhcpData.chaddr, sizeof(macAddress)); in nack()
250 memcpy(dhcpData.chaddr, macAddress, ETH_ALEN); in Message()
/device/generic/goldfish/dhcp/common/include/
Dmessage.h92 uint8_t chaddr[16]; /* client hw addr */ member