Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/ncp/
Dtest-037-wpantund-auto-add-route-for-on-mesh-prefix.py55 node_routes = wpan.parse_interface_routes_result(node.get(wpan.WPAN_IP6_INTERFACE_ROUTES))
Dtest-036-wpantund-host-route-management.py59 node_routes = wpan.parse_interface_routes_result(node.get(wpan.WPAN_IP6_INTERFACE_ROUTES))
Dwpan.py1527 def parse_interface_routes_result(interface_routes_list): function