Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp175 struct rtattr *rth = IFA_RTA(ifa); in handleKernelEvent() local
177 while (rtl && RTA_OK(rth, rtl)) { in handleKernelEvent()
178 if (rth->rta_type != IFA_ADDRESS || ifa->ifa_family != KERNEL_SOCKET_IFA_FAMILY) { in handleKernelEvent()
179 rth = RTA_NEXT(rth, rtl); in handleKernelEvent()
182 onIpv6AddressAddEvent(RTA_DATA(rth), ifa->ifa_prefixlen, ifa->ifa_index); in handleKernelEvent()
183 rth = RTA_NEXT(rth, rtl); in handleKernelEvent()

Completed in 1 milliseconds