Searched refs:gateway (Results 1 – 16 of 16) sorted by relevance
/device/google/cuttlefish/tools/ |
D | vlan_prototype_up.sh | 10 gateway="${3}.$((4*$2 - 3))" 18 /sbin/ifconfig "${bridge}" "${gateway}" netmask "${netmask}" up 26 --listen-address="${gateway}" \
|
/device/generic/goldfish/dhcp/client/ |
D | router.cpp | 46 Result Router::setDefaultGateway(in_addr_t gateway, unsigned int ifaceIndex) { in setDefaultGateway() argument 67 addRouterAttribute(request, RTA_GATEWAY, &gateway, sizeof(gateway)); in setDefaultGateway()
|
D | router.h | 37 Result setDefaultGateway(in_addr_t gateway, unsigned int interfaceIndex);
|
D | dhcpclient.h | 91 in_addr_t gateway; member
|
D | dhcpclient.cpp | 357 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/ |
D | device_config.h | 44 char gateway[16]; member 66 const char* ril_gateway() const { return data_.ril.gateway; } in ril_gateway()
|
D | host_device_config.cpp | 172 CopyChars(data_.ril.gateway, sizeof(data_.ril.gateway), in InitializeNetworkConfiguration()
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | protocols | 13 ggp 3 GGP # gateway-gateway protocol 17 egp 8 EGP # exterior gateway protocol 18 igp 9 IGP # any private interior gateway (Cisco)
|
D | services | 556 smsqp 11201/tcp # Alamin SMS gateway
|
/device/generic/goldfish/radio/ril/ |
D | ipv6_monitor.cpp | 410 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()
|
D | reference-ril.c | 4076 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/ |
D | init.ranchu.rc | 120 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/ |
D | Ip6DxeStrings.uni | 36 #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/ |
D | UefiShellNetwork2CommandsLib.uni | 85 #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/ |
D | UefiShellNetwork1CommandsLib.uni | 88 #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/ |
D | IfConfig6Strings.uni | 82 " |gw {ip} gateway ip address, must under manual policy.\r\n"
|