Searched refs:m_localMacAddr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_arp_checker.cpp | 70 if (memcpy_s(m_localMacAddr, ETH_ALEN, mac, ETH_ALEN) != EOK) { in Start() 99 if (memcpy_s(arpPacket.ar_sha, ETH_ALEN, m_localMacAddr, ETH_ALEN) != EOK) { in SetArpPacket() 155 memcmp(respPacket->ar_sha, m_localMacAddr, ETH_ALEN) != 0 && in DoArpCheck() 205 memcmp(respPacket->ar_sha, m_localMacAddr, ETH_ALEN) != 0 && in GetGwMacAddrList()
|
/ohos5.0/foundation/communication/dhcp/services/utils/include/ |
H A D | dhcp_arp_checker.h | 61 uint8_t m_localMacAddr[ETH_ALEN]; variable
|