/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 | 138 uint8_t route = 0xFF; in set_sco_route() local 140 route = 0; in set_sco_route() 142 route = 3; in set_sco_route() 144 route = 1; in set_sco_route() 146 if (route == 0xFF) { in set_sco_route() 152 packet[3] = route; in set_sco_route()
|
/system/netd/tests/ |
D | test_utils.cpp | 93 for (const auto& route : routes) { in ipRouteExists() local 94 if (route.find(ipRoute) != std::string::npos) { in ipRouteExists()
|
D | TestUnsolService.h | 70 binder::Status onRouteChanged(bool updated, const std::string& route,
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 188 const char *route = evt->findParam("ROUTE"); in onEvent() local 191 if (route && (gateway || iface)) { in onEvent() 193 route, (gateway == nullptr) ? "" : gateway, in onEvent() 280 void NetlinkHandler::notifyRouteChange(bool updated, const std::string& route, in notifyRouteChange() argument 282 LOG_EVENT_FUNC(BINDER_RETRY, onRouteChanged, updated, route, gateway, ifName); in notifyRouteChange()
|
D | NetdNativeService.cpp | 1029 const RouteInfoParcel& route) { in networkAddRouteParcel() argument 1036 int res = gCtls->netCtrl.addRoute(netId, route.ifName.c_str(), route.destination.c_str(), in networkAddRouteParcel() 1037 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkAddRouteParcel() 1038 legacy, uid, route.mtu); in networkAddRouteParcel() 1043 const RouteInfoParcel& route) { in networkUpdateRouteParcel() argument 1050 int res = gCtls->netCtrl.updateRoute(netId, route.ifName.c_str(), route.destination.c_str(), in networkUpdateRouteParcel() 1051 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkUpdateRouteParcel() 1052 legacy, uid, route.mtu); in networkUpdateRouteParcel() 1057 const RouteInfoParcel& route) { in networkRemoveRouteParcel() argument 1058 return networkRemoveRoute(netId, route.ifName, route.destination, route.nextHop); in networkRemoveRouteParcel()
|
D | NetlinkHandler.h | 56 void notifyRouteChange(bool updated, const std::string& route, const std::string& gateway,
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | untrusted_app_29.te | 18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
D | untrusted_app_27.te | 40 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
D | untrusted_app_25.te | 52 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | untrusted_app_29.te | 18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
D | untrusted_app_27.te | 40 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
/system/sepolicy/private/ |
D | untrusted_app_29.te | 18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
D | untrusted_app_27.te | 40 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
/system/netd/server/binder/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 133 @utf8InCpp String route, in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 29 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 12 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
|
/system/sepolicy/vendor/ |
D | mediacodec.te | 6 # can route /dev/binder traffic to /dev/vndbinder
|
/system/core/shell_and_utilities/ |
D | README.md | 43 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 54 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 66 printenv ps reboot renice restorecon rm rmdir rmmod route runcon schedtop 78 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon 90 nohup notify ps readlink renice restorecon rmmod route runcon schedtop 109 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort 130 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort
|