Searched refs:route (Results 1 – 14 of 14) sorted by relevance
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 27 * Add route to a specified OEM network 32 * @param ifname Interface name specified by the route, or an empty 33 * string for a route that does not specify an 36 * @param destination The destination prefix of the route in CIDR notation. 38 * @param nexthop IP address of the gateway for the route, or an empty 39 * string for a directly-connected route. If non-empty, 50 * Remove route from a specified OEM network. 55 * @param ifname Interface name specified by the route, or an empty 56 * string for a route that does not specify an 59 * @param destination The destination prefix of the route in CIDR notation. [all …]
|
/system/bt/tools/hci/ |
D | main.c | 137 uint8_t route = 0xFF; in set_sco_route() local 139 route = 0; in set_sco_route() 141 route = 3; in set_sco_route() 143 route = 1; in set_sco_route() 145 if (route == 0xFF) { in set_sco_route() 151 packet[3] = route; in set_sco_route()
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 148 const char *route = evt->findParam("ROUTE"); in onEvent() local 151 if (route && (gateway || iface)) { in onEvent() 152 notifyRouteChange(action, route, gateway, iface); in onEvent() 249 void NetlinkHandler::notifyRouteChange(NetlinkEvent::Action action, const char *route, in notifyRouteChange() argument 254 route, in notifyRouteChange()
|
D | NetlinkHandler.h | 52 …void notifyRouteChange(NetlinkEvent::Action action, const char *route, const char *gateway, const …
|
D | RouteController.cpp | 393 rtmsg route = { in modifyIpRoute() local 406 { &route, sizeof(route) }, in modifyIpRoute()
|
/system/core/shell_and_utilities/ |
D | README.md | 46 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 58 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 71 printenv ps reboot renice restorecon rm rmdir rmmod route runcon schedtop 84 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon 97 nohup notify ps readlink renice restorecon rmmod route runcon schedtop 117 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort 139 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | mediacodec.te | 11 # can route /dev/binder traffic to /dev/vndbinder
|
D | netd.te | 45 # For /proc/sys/net/ipv[46]/route/flush.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | mediacodec.te | 11 # can route /dev/binder traffic to /dev/vndbinder
|
D | netd.te | 37 # For /proc/sys/net/ipv[46]/route/flush.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | mediacodec.te | 11 # can route /dev/binder traffic to /dev/vndbinder
|
D | netd.te | 37 # For /proc/sys/net/ipv[46]/route/flush.
|
/system/sepolicy/public/ |
D | mediacodec.te | 11 # can route /dev/binder traffic to /dev/vndbinder
|
D | netd.te | 45 # For /proc/sys/net/ipv[46]/route/flush.
|