Home
last modified time | relevance | path

Searched refs:route (Results 1 – 25 of 35) sorted by relevance

12

/system/hardware/interfaces/net/netd/1.1/
DINetd.hal27 * 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/
Dmain.c138 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/
Dtest_utils.cpp93 for (const auto& route : routes) { in ipRouteExists() local
94 if (route.find(ipRoute) != std::string::npos) { in ipRouteExists()
DTestUnsolService.h70 binder::Status onRouteChanged(bool updated, const std::string& route,
/system/netd/server/
DNetlinkHandler.cpp184 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()
DNetdNativeService.cpp991 const RouteInfoParcel& route) { in networkAddRouteParcel() argument
998 int res = gCtls->netCtrl.addRoute(netId, route.ifName.c_str(), route.destination.c_str(), in networkAddRouteParcel()
999 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkAddRouteParcel()
1000 legacy, uid, route.mtu); in networkAddRouteParcel()
1005 const RouteInfoParcel& route) { in networkUpdateRouteParcel() argument
1012 int res = gCtls->netCtrl.updateRoute(netId, route.ifName.c_str(), route.destination.c_str(), in networkUpdateRouteParcel()
1013 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkUpdateRouteParcel()
1014 legacy, uid, route.mtu); in networkUpdateRouteParcel()
1019 const RouteInfoParcel& route) { in networkRemoveRouteParcel() argument
1020 return networkRemoveRoute(netId, route.ifName, route.destination, route.nextHop); in networkRemoveRouteParcel()
DNetlinkHandler.h56 void notifyRouteChange(bool updated, const std::string& route, const std::string& gateway,
DNetdNativeService.h78 binder::Status networkAddRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
79 binder::Status networkUpdateRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
80 binder::Status networkRemoveRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
/system/sepolicy/prebuilts/api/30.0/private/
Duntrusted_app_29.te18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
Duntrusted_app_27.te40 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
Duntrusted_app_25.te52 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
/system/sepolicy/private/
Duntrusted_app_29.te18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
Duntrusted_app_27.te40 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
Duntrusted_app_25.te52 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl133 @utf8InCpp String route, in onRouteChanged() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl30 …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/
DINetdUnsolicitedEventListener.aidl29 …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/
DINetdUnsolicitedEventListener.aidl12 …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/
DINetdUnsolicitedEventListener.aidl30 …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/
DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged() argument
/system/sepolicy/vendor/
Dmediacodec.te6 # can route /dev/binder traffic to /dev/vndbinder
/system/core/shell_and_utilities/
DREADME.md42 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/core/adb/coverage/
Dgen_coverage.sh13 IP_ADDR=$(adb shell ip route get 0.0.0.0 oif wlan0 | sed -En -e 's/.*src (\S+)\s.*/\1/p')
/system/sepolicy/prebuilts/api/28.0/public/
Dmediacodec.te11 # can route /dev/binder traffic to /dev/vndbinder
/system/sepolicy/prebuilts/api/26.0/public/
Dmediacodec.te11 # can route /dev/binder traffic to /dev/vndbinder

12