/system/netd/server/ |
D | NetlinkHandler.cpp | 185 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()
|
D | NetlinkHandler.h | 56 void notifyRouteChange(bool updated, const std::string& route, const std::string& gateway,
|
/system/core/libnetutils/ |
D | dhcpclient.c | 102 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()
|
D | ifc_utils.c | 692 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/ |
D | INetdUnsolicitedEventListener.aidl | 134 @utf8InCpp String gateway, in onRouteChanged() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/current/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/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/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_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/core/libnetutils/include/netutils/ |
D | ifc.h | 62 uint32_t prefixLength, in_addr_t gateway,
|
/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/tests/ |
D | TestUnsolService.h | 71 const std::string& gateway, const std::string& ifName) override;
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 38 * @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/ |
D | style_guide.md | 158 * ag/: Audio gateway (e.g. phone)
|