Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp346 for (rtattr *rtAttr = IFA_RTA(addrMsg); RTA_OK(rtAttr, len); rtAttr = RTA_NEXT(rtAttr, len)) { in InterpreteAddressMsg()
347 if (rtAttr == nullptr) { in InterpreteAddressMsg()
351 switch (rtAttr->rta_type) { in InterpreteAddressMsg()
353 if (!InterpreteIFaceAddr(addrMsg, addresses, sizeof(addresses), rtMsgType, interfaceName, rtAttr)) { in InterpreteAddressMsg()
360 !IsPayloadValidated(rtAttr, sizeof(*cacheInfo))) { in InterpreteAddressMsg()
363 cacheInfo = reinterpret_cast<ifa_cacheinfo *>(RTA_DATA(rtAttr)); in InterpreteAddressMsg()
366 flags = *(reinterpret_cast<uint32_t *>(RTA_DATA(rtAttr))); in InterpreteAddressMsg()
455 rtattr *rtAttr = nullptr; InterpreteRtMsg() local
[all...]

Completed in 2 milliseconds