Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 14 of 14) sorted by relevance

/system/netd/server/
DNetlinkHandler.cpp185 const char *gateway = evt->findParam("GATEWAY"); in onEvent() local
187 if (route && (gateway || iface)) { in onEvent()
189 route, (gateway == nullptr) ? "" : gateway, in onEvent()
277 const std::string& gateway, const std::string& ifName) { in notifyRouteChange() argument
278 LOG_EVENT_FUNC(BINDER_RETRY, onRouteChanged, updated, route, gateway, ifName); in notifyRouteChange()
DNetlinkHandler.h56 void notifyRouteChange(bool updated, const std::string& route, const std::string& gateway,
/system/core/libnetutils/
Ddhcpclient.c102 uint32_t gateway; member
114 void get_dhcp_info(uint32_t *ipaddr, uint32_t *gateway, uint32_t *prefixLength, in get_dhcp_info() argument
119 *gateway = last_good_info.gateway; in get_dhcp_info()
130 return ifc_configure(ifname, info->ipaddr, info->prefixLength, info->gateway, in dhcp_configure()
155 strcpy(gway, ipaddr(info->gateway)); in dump_dhcp_info()
205 if (optlen >= 4) memcpy(&info->gateway, x, 4); in decode_dhcp_msg()
Difc_utils.c692 in_addr_t gateway, in ifc_configure() argument
715 if (ifc_create_default_route(ifname, gateway)) { in ifc_configure()
716 … printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno)); in ifc_configure()
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl134 @utf8InCpp String gateway, 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/core/libnetutils/include/netutils/
Difc.h62 uint32_t prefixLength, in_addr_t gateway,
/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/netd/tests/
DTestUnsolService.h71 const std::string& gateway, const std::string& ifName) override;
/system/hardware/interfaces/net/netd/1.1/
DINetd.hal38 * @param nexthop IP address of the gateway for the route, or an empty
61 * @param nexthop IP address of the gateway for the route, or an empty
/system/bt/gd/docs/architecture/
Dstyle_guide.md158 * ag/: Audio gateway (e.g. phone)