Home
last modified time | relevance | path

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

/system/extras/tests/net_test/
Dnet_test.py218 for route in routes:
219 route = [s for s in route.strip().split(" ") if s]
220 if (route[0] == "00000000000000000000000000000000" and route[1] == "00"
222 and route[9] != "lo" and not route[9].startswith("nettest")):
223 return FormatProcAddress(route[4]), route[9]
227 for route in routes:
228 route = [s for s in route.strip().split("\t") if s]
229 if route[1] == "00000000" and route[7] == "00000000":
230 gw, iface = route[2], route[0]
Dmultinetwork_test.py949 route = routes[0]
950 rtmsg, attributes = route
/system/netd/server/
DNetlinkHandler.cpp99 const char *route = evt->findParam("ROUTE"); in onEvent() local
102 if (route && (gateway || iface)) { in onEvent()
103 notifyRouteChange(action, route, gateway, iface); in onEvent()
200 void NetlinkHandler::notifyRouteChange(NetlinkEvent::Action action, const char *route, in notifyRouteChange() argument
205 route, in notifyRouteChange()
DNetlinkHandler.h49 …void notifyRouteChange(NetlinkEvent::Action action, const char *route, const char *gateway, const …
DRouteController.cpp403 rtmsg route = { in modifyIpRoute() local
416 { &route, sizeof(route) }, in modifyIpRoute()
/system/bt/btif/co/
Dbta_dm_co.c222 tBTM_SCO_ROUTE_TYPE route = BTA_DM_SCO_ROUTE_PCM; in bta_dm_sco_co_init() local
236 route = btui_cb.sco_hci = BTA_DM_SCO_ROUTE_HCI; in bta_dm_sco_co_init()
239 if (p_codec_type->codec_type == BTA_SCO_CODEC_PCM && route == BTA_DM_SCO_ROUTE_HCI) in bta_dm_sco_co_init()
248 return route; in bta_dm_sco_co_init()