Home
last modified time | relevance | path

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

/system/core/libsysutils/src/
DNetlinkEvent.cpp117 static bool maybeLogDuplicateAttribute(bool isDup, in maybeLogDuplicateAttribute() function
183 if (maybeLogDuplicateAttribute(*addrstr != '\0', "IFA_ADDRESS", msgtype)) in parseIfAddrMessage()
216 if (maybeLogDuplicateAttribute(cacheinfo, "IFA_CACHEINFO", msgtype)) in parseIfAddrMessage()
349 if (maybeLogDuplicateAttribute(*dst, "RTA_DST", msgname)) in parseRtMessage()
355 if (maybeLogDuplicateAttribute(*gw, "RTA_GATEWAY", msgname)) in parseRtMessage()
361 if (maybeLogDuplicateAttribute(*dev, "RTA_OIF", msgname)) in parseRtMessage()