Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp74 if (memset_s(m_l2Broadcast, ETH_ALEN, 0xFF, ETH_ALEN) != EOK) { in Start()
137 if (SendData(reinterpret_cast<uint8_t *>(&arpPacket), sizeof(arpPacket), m_l2Broadcast) != 0) { in DoArpCheck()
188 if (SendData(reinterpret_cast<uint8_t *>(&arpPacket), sizeof(arpPacket), m_l2Broadcast) != 0) { in GetGwMacAddrList()
/ohos5.0/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_arp_checker.h62 uint8_t m_l2Broadcast[ETH_ALEN]; variable