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

/system/core/libsysutils/src/
H A DNetlinkEvent.cpp94 const char *msgtype = (type == RTM_NEWADDR) ? "RTM_NEWADDR" : "RTM_DELADDR"; local
102 SLOGE("Multiple IFA_ADDRESSes in %s, ignoring\n", msgtype);
111 RTA_PAYLOAD(rta), msgtype);
119 RTA_PAYLOAD(rta), msgtype);
131 SLOGE("Unknown ifindex %d in %s", ifaddr->ifa_index, msgtype);
148 SLOGE("Multiple IFA_CACHEINFOs in %s, ignoring\n", msgtype);
154 RTA_PAYLOAD(rta), sizeof(cacheinfo), msgtype);
167 SLOGE("No IFA_ADDRESS in %s\n", msgtype);

Completed in 93 milliseconds