Searched defs:route (Results 1 - 3 of 3) sorted by relevance

/system/bt/tools/hci/
H A Dmain.c48 "(pcm|i2s|uart) - sets the SCO packet route to one of the specified "
133 printf("SCO route parameter must be specified.\n");
137 uint8_t route = 0xFF; local
139 route = 0;
141 route = 3;
143 route = 1;
145 if (route == 0xFF) {
146 printf("Invalid SCO route specified: %s\n", argv[0]);
151 packet[3] = route;
/system/netd/server/
H A DNetlinkHandler.cpp114 const char *route = evt->findParam("ROUTE"); local
117 if (route && (gateway || iface)) {
118 notifyRouteChange(action, route, gateway, iface);
215 void NetlinkHandler::notifyRouteChange(NetlinkEvent::Action action, const char *route, argument
220 route,
H A DRouteController.cpp89 // any other route in the table.
327 // Adds or deletes an IPv4 or IPv6 route.
388 rtmsg route = { local
401 { &route, sizeof(route) },
418 ALOGE("Error %s route %s -> %s %s to table %u: %s",
427 // + Use the right fwmark for (and thus correctly route) replies (e.g.: TCP RST, ICMP errors, ping
451 // A rule to route responses to the local network forwarded via the VPN.
461 // A rule to route all traffic from a given set of UIDs to go over the VPN.
511 // A rule to route traffi
[all...]

Completed in 72 milliseconds