Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/server/
Ddhcpserver.cpp142 in_addr_t gateway; in sendDhcpOffer() local
147 &gateway); in sendDhcpOffer()
164 gateway, in sendDhcpOffer()
177 in_addr_t gateway; in sendAck() local
183 &gateway); in sendAck()
198 gateway, in sendAck()
226 in_addr_t gateway; in isValidDhcpRequest() local
231 &gateway); in isValidDhcpRequest()
331 in_addr_t* gateway) { in getOfferAddress() argument
348 *gateway = interfaceAddress; in getOfferAddress()
Ddhcpserver.h63 in_addr_t* gateway);
/device/google/cuttlefish_common/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.cpp63 Result Router::setDefaultGateway(in_addr_t gateway, unsigned int ifaceIndex) { in setDefaultGateway() argument
84 addRouterAttribute(request, RTA_GATEWAY, &gateway, sizeof(gateway)); in setDefaultGateway()
Drouter.h37 Result setDefaultGateway(in_addr_t gateway, unsigned int interfaceIndex);
Ddhcpclient.h84 in_addr_t gateway; member
Ddhcpclient.cpp358 mDhcpInfo.gateway = in configureDhcp()
434 res = mRouter.setDefaultGateway(mDhcpInfo.gateway, mInterface.getIndex()); in configureDhcp()
442 property_set(propName, addrToStr(mDhcpInfo.gateway).c_str()); in configureDhcp()
/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/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"
/device/google/cuttlefish_common/guest/hals/ril/
Dcuttlefish_ril.cpp77 static char* gateway() { in gateway() function in RilConfig
275 responses[index].gateways = RilConfig::gateway(); in request_or_send_data_calllist()