Home
last modified time | relevance | path

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

/system/extras/tests/net_test/
Diproute.py187 def CommandSubject(command): function
193 return "RTM_%s%s" % (CommandVerb(command), CommandSubject(command))
277 elif CommandSubject(command) == "ADDR":
279 elif CommandSubject(command) == "LINK":
281 elif CommandSubject(command) == "RULE":
283 elif CommandSubject(command) == "ROUTE":
285 elif CommandSubject(command) == "NEIGH":
515 subject = CommandSubject(command)