Home
last modified time | relevance | path

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

/system/core/libsysutils/src/
DNetlinkEvent.cpp131 static bool maybeLogDuplicateAttribute(bool isDup, in maybeLogDuplicateAttribute() function
206 if (maybeLogDuplicateAttribute(*addrstr != '\0', "IFA_ADDRESS", msgtype)) in parseIfAddrMessage()
238 if (maybeLogDuplicateAttribute(cacheinfo, "IFA_CACHEINFO", msgtype)) in parseIfAddrMessage()
386 if (maybeLogDuplicateAttribute(*dst, "RTA_DST", msgname)) in parseRtMessage()
392 if (maybeLogDuplicateAttribute(*gw, "RTA_GATEWAY", msgname)) in parseRtMessage()
398 if (maybeLogDuplicateAttribute(*dev, "RTA_OIF", msgname)) in parseRtMessage()