Home
last modified time | relevance | path

Searched refs:m_ifaceIndex (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp39 DhcpArpChecker::DhcpArpChecker() : m_isSocketCreated(false), m_socketFd(-1), m_ifaceIndex(0), m_protocol(0) in DhcpArpChecker()
263 m_ifaceIndex = ifaceIndex; in CreateSocket()
275 if (m_socketFd < 0 || m_ifaceIndex == 0) { in SendData()
282 rawAddr.sll_ifindex = m_ifaceIndex; in SendData()
343 m_ifaceIndex = 0; in CloseSocket()
/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_arp_checker_test.cpp142 dhcpArpChecker.m_ifaceIndex = 0; in HWTEST_F()
151 dhcpArpChecker.m_ifaceIndex = 1; in HWTEST_F()
/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_arp_checker.h64 uint16_t m_ifaceIndex; member in OHOS::DHCP::DhcpArpChecker

Completed in 2 milliseconds