Home
last modified time | relevance | path

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

/aosp14/system/core/libsysutils/src/
H A DNetlinkEvent.cpp264 static bool maybeLogDuplicateAttribute(bool isDup, in maybeLogDuplicateAttribute() function
339 if (maybeLogDuplicateAttribute(*addrstr != '\0', "IFA_ADDRESS", msgtype)) in parseIfAddrMessage()
371 if (maybeLogDuplicateAttribute(cacheinfo, "IFA_CACHEINFO", msgtype)) in parseIfAddrMessage()
528 if (maybeLogDuplicateAttribute(*dst, "RTA_DST", msgname)) in parseRtMessage()
534 if (maybeLogDuplicateAttribute(*gw, "RTA_GATEWAY", msgname)) in parseRtMessage()
540 if (maybeLogDuplicateAttribute(*dev, "RTA_OIF", msgname)) in parseRtMessage()