Searched refs:route (Results 1 - 5 of 5) sorted by relevance

/system/netd/server/
H A DNetlinkHandler.h52 void notifyRouteChange(NetlinkEvent::Action action, const char *route, const char *gateway, const char *iface);
H A DNetlinkHandler.cpp148 const char *route = evt->findParam("ROUTE"); local
151 if (route && (gateway || iface)) {
152 notifyRouteChange(action, route, gateway, iface);
249 void NetlinkHandler::notifyRouteChange(NetlinkEvent::Action action, const char *route, argument
254 route,
H A DRouteController.cpp332 // Adds or deletes an IPv4 or IPv6 route.
393 rtmsg route = { local
406 { &route, sizeof(route) },
422 ALOGE("Error %s route %s -> %s %s to table %u: %s",
431 // + Use the right fwmark for (and thus correctly route) replies (e.g.: TCP RST, ICMP errors, ping
457 // A rule to route responses to the local network forwarded via the VPN.
467 // A rule to route all traffic from a given set of UIDs to go over the VPN.
517 // A rule to route traffic based on an explicitly chosen network.
543 // A rule to route traffi
[all...]
/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/core/libnetutils/
H A Difc_utils.c23 #include <linux/route.h>
667 * Removes the default route for the named interface.
680 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
714 printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno));

Completed in 118 milliseconds