Home
last modified time | relevance | path

Searched defs:nexthop (Results 1 – 12 of 12) sorted by relevance

/system/netd/server/
DNetdHwService.cpp90 const char* maybeNullString(const hidl_string& nexthop) { in maybeNullString()
101 const hidl_string& nexthop) { in addRouteToOemNetwork()
112 const hidl_string& nexthop) { in removeRouteFromOemNetwork()
DNetdHwAidlService.cpp106 const char* maybeNullString(const std::string& nexthop) { in maybeNullString()
118 const std::string& nexthop) { in addRouteToOemNetwork()
134 const std::string& nexthop) { in removeRouteFromOemNetwork()
DNetworkController.cpp658 const char* nexthop, bool legacy, uid_t uid, int mtu) { in addRoute()
663 const char* nexthop, bool legacy, uid_t uid, int mtu) { in updateRoute()
668 const char* nexthop, bool legacy, uid_t uid) { in removeRoute()
964 const char* nexthop, enum RouteOperation op, bool legacy, in modifyRoute()
DRouteController.cpp376 const char* destination, const char* nexthop, uint32_t mtu, uint32_t priority) { in modifyIpRoute()
1167 const char* destination, const char* nexthop, TableType tableType, in modifyRoute()
1460 const char* nexthop) { in isLocalRoute()
1469 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute()
1485 const char* nexthop, TableType tableType, int priority) { in removeRoute()
1499 const char* nexthop, TableType tableType, int mtu) { in updateRoute()
DNdcDispatcher.cpp962 const char* nexthop = argc > nextArg ? argv[nextArg] : ""; in runCommand() local
/system/hardware/interfaces/net/netd/aidl/aidl_api/android.system.net.netd/1/android/system/net/netd/
DINetd.aidl23 …uteToOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop); in addRouteToOemNetwork()
27 …eFromOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop); in removeRouteFromOemNetwork()
/system/hardware/interfaces/net/netd/aidl/android/system/net/netd/
DINetd.aidl49 in String nexthop); in addRouteToOemNetwork()
113 in String destination, in String nexthop); in removeRouteFromOemNetwork()
/system/hardware/interfaces/net/netd/aidl/aidl_api/android.system.net.netd/current/android/system/net/netd/
DINetd.aidl23 …uteToOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop); in addRouteToOemNetwork()
27 …eFromOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop); in removeRouteFromOemNetwork()
/system/hardware/interfaces/net/netd/1.1/vts/functional/
DVtsHalNetNetdV1_1TargetTest.cpp138 const char* destination, const char* nexthop) { in expectAddRoute()
149 const char* destination, const char* nexthop) { in expectRemoveRoute()
/system/hardware/interfaces/net/netd/aidl/vts/
DVtsHalNetNetdV1TargetTest.cpp139 const char* destination, const char* nexthop) { in expectAddRoute()
153 const char* destination, const char* nexthop) { in expectRemoveRoute()
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h4142 struct netns_nexthop nexthop; member
58648 __be32 nexthop; member
85947 struct nexthop { struct
85948 struct rb_node rb_node;
85949 struct list_head fi_list;
85950 struct list_head f6i_list;
85951 struct list_head fdb_list;
85952 struct list_head grp_list;
85953 struct net *net;
85954 u32 id;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h3717 struct netns_nexthop nexthop; member
68406 __be32 nexthop; member
95687 struct nexthop { struct
95688 struct rb_node rb_node;
95689 struct list_head fi_list;
95690 struct list_head f6i_list;
95691 struct list_head fdb_list;
95692 struct list_head grp_list;
95693 struct net *net;
95694 u32 id;
[all …]