Home
last modified time | relevance | path

Searched defs:gateway (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dalloc_utils.cpp139 auto gateway = MobileGatewayName(ipaddr, id); in CreateMobileIface() local
167 auto gateway = MobileGatewayName(ipaddr, id); in DestroyMobileIface() local
175 bool AddGateway(const std::string& name, const std::string& gateway, in AddGateway()
186 bool DestroyGateway(const std::string& name, const std::string& gateway, in DestroyGateway()
356 auto gateway = ipaddr + ".1"; in SetupBridgeGateway() local
385 auto gateway = ipaddr + ".1"; in CleanupBridgeGateway() local
403 bool StartDnsmasq(const std::string& bridge_name, const std::string& gateway, in StartDnsmasq()
/device/google/cuttlefish/common/libs/device_config/
Ddevice_config.proto25 string gateway = 2; field
/device/generic/goldfish/dhcp/client/
Drouter.cpp46 Result Router::setDefaultGateway(in_addr_t gateway, unsigned int ifaceIndex) { in setDefaultGateway()
Ddhcpclient.h91 in_addr_t gateway; member