Searched refs:nlType (Results 1 – 1 of 1) sorted by relevance
338 int32_t nlType = hdrMsg->nlmsg_type; in InterpreteAddressMsg() local339 if (nlType != RTM_NEWADDR && nlType != RTM_DELADDR) { in InterpreteAddressMsg()340 NETNATIVE_LOGE("InterpreteAddressMsg on incorrect message nlType 0x%{public}x\n", nlType); in InterpreteAddressMsg()343 const std::string rtMsgType = CastNameToStr(nlType); in InterpreteAddressMsg()376 message_->SetAction((nlType == RTM_NEWADDR) ? NetsysEventMessage::Action::ADDRESSUPDATE in InterpreteAddressMsg()