Searched defs:nla_type (Results 1 – 2 of 2) sorted by relevance
/system/extras/tests/net_test/ |
D | iproute.py | 216 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/ |
D | taskstats.c | 45 uint32_t nlmsg_pid, uint8_t genl_cmd, uint16_t nla_type, in send_command()
|