Searched refs:DhcpIpv6Client (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_client.cpp | 38 DEFINE_DHCPLOG_DHCP_LABEL("DhcpIpv6Client"); 92 DhcpIpv6Client::DhcpIpv6Client(std::string ifname) : interfaceName(ifname), runFlag(false) in DhcpIpv6Client() function in OHOS::DHCP::DhcpIpv6Client 98 DHCP_LOGI("DhcpIpv6Client()"); in DhcpIpv6Client() 101 DhcpIpv6Client::~DhcpIpv6Client() in ~DhcpIpv6Client() 103 DHCP_LOGI("~DhcpIpv6Client()"); in ~DhcpIpv6Client() 109 bool DhcpIpv6Client::IsRunning() in IsRunning() 114 void DhcpIpv6Client::SetCallback(std::function<void(const std::string ifname, DhcpIpv6Info &info)> callback) in SetCallback() 120 void DhcpIpv6Client [all...] |
H A D | dhcp_ipv6_event.cpp | 29 void DhcpIpv6Client::setSocketFilter(void* addr) in setSocketFilter() 41 void DhcpIpv6Client::parseNdUserOptMessage(void* data, int len) in parseNdUserOptMessage() 66 void DhcpIpv6Client::parseNDRouteMessage(void* msg) in parseNDRouteMessage() 113 void DhcpIpv6Client::parseNewneighMessage(void* msg) in parseNewneighMessage() 146 void DhcpIpv6Client::fillRouteData(char* buff, int &len) in fillRouteData() 160 void DhcpIpv6Client::handleKernelEvent(const uint8_t* data, int len) in handleKernelEvent()
|
H A D | dhcp_client_service_impl.cpp | 294 DhcpIpv6Client *pipv6Client = new (std::nothrow)DhcpIpv6Client(ifname); in StartOldClient() 296 DHCP_LOGE("StartOldClient new DhcpIpv6Client failed!, ifname:%{public}s", ifname.c_str()); in StartOldClient() 300 DHCP_LOGI("StartOldClient new DhcpIpv6Client, ifname:%{public}s, bIpv6:%{public}d", ifname.c_str(), bIpv6); in StartOldClient() 320 DhcpIpv6Client *pipv6Client = new (std::nothrow)DhcpIpv6Client(ifname); in StartNewClient() 322 DHCP_LOGE("StartNewClient new DhcpIpv6Client failed!, ifname:%{public}s", ifname.c_str()); in StartNewClient() 326 DHCP_LOGI("StartNewClient new DhcpIpv6Client, ifname:%{public}s, bIpv6:%{public}d", ifname.c_str(), bIpv6); in StartNewClient()
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_ipv6_client.h | 46 class DhcpIpv6Client { class 48 DhcpIpv6Client(std::string ifname); 49 virtual ~DhcpIpv6Client();
|
H A D | dhcp_client_state_machine.h | 167 DhcpIpv6Client *pipv6Client;
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_ipv6_client_test.cpp | 78 ipv6Client = std::make_unique<OHOS::DHCP::DhcpIpv6Client>(ifname); in SetUp() 87 std::unique_ptr<OHOS::DHCP::DhcpIpv6Client> ipv6Client;
|
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
H A D | dhcpclientfun_fuzzer.cpp | 36 std::unique_ptr<OHOS::DHCP::DhcpIpv6Client> ipv6Client = std::make_unique<OHOS::DHCP::DhcpIpv6Client>("wlan0");
|
Completed in 8 milliseconds