Home
last modified time | relevance | path

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

/device/google/cuttlefish/tools/
Dvlan_prototype_up.sh10 gateway="${3}.$((4*$2 - 3))"
18 /sbin/ifconfig "${bridge}" "${gateway}" netmask "${netmask}" up
26 --listen-address="${gateway}" \
/device/generic/goldfish/dhcp/client/
Drouter.cpp46 Result Router::setDefaultGateway(in_addr_t gateway, unsigned int ifaceIndex) { in setDefaultGateway() argument
67 addRouterAttribute(request, RTA_GATEWAY, &gateway, sizeof(gateway)); in setDefaultGateway()
Drouter.h37 Result setDefaultGateway(in_addr_t gateway, unsigned int interfaceIndex);
Ddhcpclient.h91 in_addr_t gateway; member
Ddhcpclient.cpp357 mDhcpInfo.gateway = in configureDhcp()
426 if (property_set(propName, addrToStr(mDhcpInfo.gateway).c_str()) != 0) { in configureDhcp()
455 res = mRouter.setDefaultGateway(mDhcpInfo.gateway, in configureDhcp()
/device/google/cuttlefish/common/libs/device_config/
Ddevice_config.h44 char gateway[16]; member
66 const char* ril_gateway() const { return data_.ril.gateway; } in ril_gateway()
Dhost_device_config.cpp172 CopyChars(data_.ril.gateway, sizeof(data_.ril.gateway), in InitializeNetworkConfiguration()
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols13 ggp 3 GGP # gateway-gateway protocol
17 egp 8 EGP # exterior gateway protocol
18 igp 9 IGP # any private interior gateway (Cisco)
Dservices556 smsqp 11201/tcp # Alamin SMS gateway
/device/generic/goldfish/radio/ril/
Dipv6_monitor.cpp410 in6_addr gateway = ipv6->ip6_src; in onReadAvailable() local
446 if (gateway != mGateway) { in onReadAvailable()
448 mGateway = gateway; in onReadAvailable()
459 mMonitorCallback(&gateway, dnsServers.data(), dnsServers.size()); in onReadAvailable()
Dreference-ril.c4076 static void onIpv6Change(const struct in6_addr* gateway, argument
4085 inet_ntop(AF_INET6, gateway, s_ipv6_gateway, sizeof(s_ipv6_gateway));
/device/generic/goldfish/
Dinit.ranchu.rc120 service dhcpclient_rtr /vendor/bin/dhcpclient -i radio0 --no-gateway
125 service dhcpclient_wifi /vendor/bin/dhcpclient -i wlan0 --no-gateway
133 service dhcpclient_def /vendor/bin/dhcpclient -i eth0 --no-gateway
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6DxeStrings.uni36 #string STR_IP6_GATEWAY_ADDRESS_HELP #language en-US "Current gateway IPv6 addresses."
48 …_HELP #language en-US "Configure the interface manually. IP address, gateway address, and DNS …
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DUefiShellNetwork2CommandsLib.uni85 #string STR_IFCONFIG6_ERR_INVALID_GW_CONFIG #language en-US "The gateway address is not confi…
143 " Set static host IP and gateway address of the\r\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DUefiShellNetwork1CommandsLib.uni88 #string STR_IFCONFIG_INFO_GATEWAY_HEAD #language en-US "\n%Hdefault gateway: %N"
147 " GatewayMask - Specifies a default gateway in four integer values:\r\n"
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6Strings.uni82 " |gw {ip} gateway ip address, must under manual policy.\r\n"