Searched refs:nlmsg_type (Results 1 – 19 of 19) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/ |
D | Generic.cpp | 28 nlmsgtype_t nlmsg_type) { in getMessageDescriptor() argument 29 auto desc = NetlinkProtocol::getMessageDescriptor(nlmsg_type); in getMessageDescriptor() 32 auto it = mFamilyRegister.find(nlmsg_type); in getMessageDescriptor() 34 return *(mFamilyRegister[nlmsg_type] = std::make_shared<Unknown>(nlmsg_type)); in getMessageDescriptor()
|
D | Generic.h | 33 nlmsgtype_t nlmsg_type);
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | NetlinkProtocol.cpp | 36 NetlinkProtocol::getMessageDescriptor(nlmsgtype_t nlmsg_type) { in getMessageDescriptor() argument 37 if (mMessageDescrs.count(nlmsg_type) == 0) return std::nullopt; in getMessageDescriptor() 38 return *mMessageDescrs.find(nlmsg_type)->second; in getMessageDescriptor()
|
D | NetlinkProtocol.h | 44 nlmsgtype_t nlmsg_type);
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | types.h | 23 typedef decltype(nlmsghdr::nlmsg_type) nlmsgtype_t;
|
D | Message.h | 70 if (msgtypes.count(nlHeader.nlmsg_type) == 0) return std::nullopt; in parse()
|
D | MessageFactory.h | 60 mMessage.header.nlmsg_type = type; in MessageFactory()
|
/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/ |
D | interceptor_aidl_test.cpp | 91 ASSERT_NE(msg->nlmsg_type, NLMSG_ERROR); in TEST_P() 94 if (msg->nlmsg_type == NLMSG_DONE) { in TEST_P()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | printer.cpp | 173 auto msgDescMaybe = protocolDescr.getMessageDescriptor(hdr->nlmsg_type); in toStream() 175 protocols::MessageDescriptor::getMessageDetails(msgDescMaybe, hdr->nlmsg_type); in toStream()
|
D | Socket.cpp | 155 if (msgtypes.count(rawMsg->nlmsg_type) == 0) { in receive() 157 << rawMsg->nlmsg_type; in receive()
|
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
D | libnetdevice.cpp | 208 state.present = (msg->header.nlmsg_type != RTM_DELLINK); in waitFor() 219 if (msg->header.nlmsg_type == RTM_NEWADDR) { in waitFor()
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.cpp | 60 LOG(VERBOSE) << __func__ << ": nlmsg type: " << nlh->nlmsg_type; in nlFinishHandle() 70 LOG(VERBOSE) << __func__ << ": nlmsg type: " << nlh->nlmsg_type; in nlAckHandle() 80 LOG(VERBOSE) << __func__ << ": nlmsg type: " << nlh->nlmsg_type; in nlSeqCheckHandle()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Netlink.cpp | 624 IPACMDBG("Received msg:%d from netlink\n", nlh->nlmsg_type) in ipa_nl_decode_nlmsg() 625 switch(nlh->nlmsg_type) in ipa_nl_decode_nlmsg() 628 msg_ptr->type = nlh->nlmsg_type; in ipa_nl_decode_nlmsg() 756 msg_ptr->type = nlh->nlmsg_type; in ipa_nl_decode_nlmsg() 1522 IPACMDBG(" ignore NL event %d!!!\n ", nlh->nlmsg_type); in ipa_nl_decode_nlmsg()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Netlink.cpp | 624 IPACMDBG("Received msg:%d from netlink\n", nlh->nlmsg_type) in ipa_nl_decode_nlmsg() 625 switch(nlh->nlmsg_type) in ipa_nl_decode_nlmsg() 628 msg_ptr->type = nlh->nlmsg_type; in ipa_nl_decode_nlmsg() 764 msg_ptr->type = nlh->nlmsg_type; in ipa_nl_decode_nlmsg() 1532 IPACMDBG(" ignore NL event %d!!!\n ", nlh->nlmsg_type); in ipa_nl_decode_nlmsg()
|
D | IPACM_ConntrackListener.cpp | 1300 if (nl_header->nlmsg_type == NLMSG_ERROR) in readConntrack() 1324 if (nl_header->nlmsg_type == NLMSG_DONE) in readConntrack()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 1608 nlh->nlmsg_type, hdr->cmd); in validate_cld80211_msg() 1637 nlh->nlmsg_type, hdr->cmd); in validate_genl_msg()
|
D | wifilogger_diag.cpp | 2740 cmd = wnl->nlh.nlmsg_type; in diag_message_handler()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 1693 nlh->nlmsg_type, hdr->cmd); in validate_cld80211_msg() 1722 nlh->nlmsg_type, hdr->cmd); in validate_genl_msg()
|
D | wifilogger_diag.cpp | 2769 cmd = wnl->nlh.nlmsg_type; in diag_message_handler()
|