Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dcontrol_netlink_attribute.h70 class ControlAttributeMaxAttr : public NetlinkU32Attribute {
74 ControlAttributeMaxAttr() : NetlinkU32Attribute(kName, kNameString) {} in ControlAttributeMaxAttr() function
77 DISALLOW_COPY_AND_ASSIGN(ControlAttributeMaxAttr);
Dcontrol_netlink_attribute.cc39 const int ControlAttributeMaxAttr::kName = CTRL_ATTR_MAXATTR;
40 const char ControlAttributeMaxAttr::kNameString[] = "CTRL_ATTR_MAXATTR";
Dnetlink_attribute.cc280 attr.reset(new ControlAttributeMaxAttr()); in NewControlAttributeFromId()