Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/toranj/ncp/
H A 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))
H A Dtest-036-wpantund-host-route-management.py59 node_routes = wpan.parse_interface_routes_result(node.get(wpan.WPAN_IP6_INTERFACE_ROUTES))
H A Dwpan.py1527 def parse_interface_routes_result(interface_routes_list): function