Home
last modified time | relevance | path

Searched defs:nla_type (Results 1 – 2 of 2) sorted by relevance

/system/extras/tests/net_test/
Diproute.py216 def _NlAttr(self, nla_type, data): argument
223 def _NlAttrU32(self, nla_type, value): argument
226 def _NlAttrIPAddress(self, nla_type, family, address): argument
229 def _NlAttrInterfaceName(self, nla_type, interface): argument
242 def _Decode(self, command, family, nla_type, nla_data): argument
/system/extras/taskstats/
Dtaskstats.c45 uint32_t nlmsg_pid, uint8_t genl_cmd, uint16_t nla_type, in send_command()