Searched defs:nla_type (Results 1 – 3 of 3) sorted by relevance
/system/extras/tests/net_test/ |
D | netlink.py | 69 def _NlAttr(self, nla_type, data): argument 76 def _NlAttrU32(self, nla_type, value): argument 90 def _Decode(self, command, msg, nla_type, nla_data): argument
|
D | iproute.py | 213 def _NlAttrIPAddress(self, nla_type, family, address): argument 216 def _NlAttrInterfaceName(self, nla_type, interface): argument 222 def _Decode(self, command, msg, nla_type, nla_data): argument
|
D | sock_diag.py | 106 def _Decode(self, command, msg, nla_type, nla_data): argument
|