Searched defs:command (Results 1 – 4 of 4) sorted by relevance
/kernel/tests/net/test/ |
D | netlink.py | 90 def _Decode(self, command, msg, nla_type, nla_data): argument 94 def _ParseAttributes(self, command, msg, data): argument 141 def MaybeDebugCommand(self, command, flags, data): argument 175 def _SendNlRequest(self, command, data, flags): argument 223 def _Dump(self, command, msg, msgtype, attrs): argument
|
D | iproute.py | 184 def CommandVerb(command): argument 188 def CommandSubject(command): argument 192 def CommandName(command): argument 213 def _Decode(self, command, msg, nla_type, nla_data): argument 299 def _SendNlRequest(self, command, data, flags=0): argument 379 def CommandToString(self, command, data): argument 395 def MaybeDebugCommand(self, command, unused_flags, data): argument 425 def _Address(self, version, command, addr, prefixlen, flags, scope, ifindex): argument 453 def _Route(self, version, command, table, dest, prefixlen, nexthop, dev, argument
|
D | sock_diag.py | 118 def _Decode(self, command, msg, nla_type, nla_data): argument 163 def MaybeDebugCommand(self, command, unused_flags, data): argument
|
D | xfrm.py | 209 def MaybeDebugCommand(self, command, flags, data): argument 229 def _Decode(self, command, unused_msg, nla_type, nla_data): argument
|