Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.cpp24 const AttributeDefinition AttributeMap::operator[](nlattrtype_t nla_type) const { in operator []()
25 if (count(nla_type) == 0) { in operator []()
26 if (count(std::nullopt) == 0) return {std::to_string(nla_type)}; in operator []()
29 definition.name += std::to_string(nla_type); in operator []()
32 return find(nla_type)->second; in operator []()
DMessageDefinition.h46 const AttributeDefinition operator[](nlattrtype_t nla_type) const;
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
Dtypes.h24 typedef decltype(nlattr::nla_type) nlattrtype_t;
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageFactory.cpp40 attr->nla_type = type; in add()
DAttributes.cpp32 index.emplace(attr->nla_type, attr); in index()
Dprinter.cpp103 const auto attrtype = attrMap[attr->nla_type]; in toStream()
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dnetlink.h162 __u16 nla_type; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dnetlink.h162 __u16 nla_type; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dnetlink.h160 __u16 nla_type; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dnetlink.h160 __u16 nla_type; member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h129 return nla_type(pos); in get_type()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h126 return pos->nla_type; in get_type()