Home
last modified time | relevance | path

Searched refs:onIpv6AddressAddEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp172 ipv6Client->onIpv6AddressAddEvent(static_cast<void *>(data), PRE_FIX_LEN, 1);
173 ipv6Client->onIpv6AddressAddEvent(nullptr, PRE_FIX_LEN, 0);
174 ipv6Client->onIpv6AddressAddEvent(nullptr, PRE_FIX_LEN, 41);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_ipv6_client.h74 void onIpv6AddressAddEvent(void* data, int prefixLen, int ifaIndex);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp182 onIpv6AddressAddEvent(RTA_DATA(rth), ifa->ifa_prefixlen, ifa->ifa_index); in handleKernelEvent()
H A Ddhcp_ipv6_client.cpp268 void DhcpIpv6Client::onIpv6AddressAddEvent(void* data, int prefixLen, int ifaIndex) in onIpv6AddressAddEvent() function in OHOS::DHCP::DhcpIpv6Client
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp157 ipv6Client->onIpv6AddressAddEvent(nullptr, prefixLen, ifaIndex); in OnIpv6AddressAddEventFuzzerTest()
160 ipv6Client->onIpv6AddressAddEvent(&data1, prefixLen, ifaIndex); in OnIpv6AddressAddEventFuzzerTest()