/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 | 184 const char *route = evt->findParam("ROUTE"); in onEvent() local 187 if (route && (gateway || iface)) { in onEvent() 189 route, (gateway == nullptr) ? "" : gateway, in onEvent() 276 void NetlinkHandler::notifyRouteChange(bool updated, const std::string& route, in notifyRouteChange() argument 278 LOG_EVENT_FUNC(BINDER_RETRY, onRouteChanged, updated, route, gateway, ifName); in notifyRouteChange()
|
D | NetlinkHandler.h | 56 void notifyRouteChange(bool updated, const std::string& route, const std::string& gateway,
|
D | RouteController.cpp | 394 rtmsg route = { in modifyIpRoute() local 407 { &route, sizeof(route) }, in modifyIpRoute()
|
/system/netd/server/binder/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 133 @utf8InCpp String route, in onRouteChanged() argument
|
/system/netd/server/aidl/netd/1/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 12 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 29 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/core/shell_and_utilities/ |
D | README.md | 42 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 53 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 65 printenv ps reboot renice restorecon rm rmdir rmmod route runcon schedtop 77 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon 89 nohup notify ps readlink renice restorecon rmmod route runcon schedtop 108 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort 129 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort
|
/system/sepolicy/vendor/ |
D | mediacodec.te | 15 # can route /dev/binder traffic to /dev/vndbinder
|
/system/netd/tests/ |
D | TestUnsolService.h | 70 binder::Status onRouteChanged(bool updated, const std::string& route,
|
D | binder_test.cpp | 1673 for (const auto& route : routes) { in ipRouteExists() local 1674 if (route.find(ipRoute) != std::string::npos) { in ipRouteExists()
|
/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/prebuilts/api/29.0/public/ |
D | netd.te | 50 # For /proc/sys/net/ipv[46]/route/flush.
|
D | domain.te | 75 # TODO(b/113362644): route coredomain to ashmemd
|
/system/sepolicy/public/ |
D | netd.te | 50 # For /proc/sys/net/ipv[46]/route/flush.
|
D | domain.te | 75 # TODO(b/113362644): route coredomain to ashmemd
|