Searched refs:chaddr (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/dhcp/common/ |
D | message.cpp | 92 memcpy(macAddress, sourceMessage.dhcpData.chaddr, sizeof(macAddress)); in offer() 121 memcpy(macAddress, sourceMessage.dhcpData.chaddr, sizeof(macAddress)); in ack() 144 memcpy(macAddress, sourceMessage.dhcpData.chaddr, sizeof(macAddress)); in nack() 252 memcpy(dhcpData.chaddr, macAddress, ETH_ALEN); in Message()
|
D | message.h | 92 uint8_t chaddr[16]; /* client hw addr */ member
|
/device/generic/goldfish/dhcp/server/ |
D | dhcpserver.cpp | 144 message.dhcpData.chaddr, in sendDhcpOffer() 180 message.dhcpData.chaddr, in sendAck() 228 message.dhcpData.chaddr, in isValidDhcpRequest()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/ |
D | PxeDhcp4.h | 74 UINT8 chaddr[16]; member
|