Searched defs:gateway (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_ip_config.cc33 const std::string& gateway, const std::string& name_servers)
38 gateway(gateway),
49 + " gateway: " + gateway
30 NetworkIPConfig( const std::string& device_path, IPConfigType type, const std::string& address, const std::string& netmask, const std::string& gateway, const std::string& name_servers) argument
H A Dnetwork_ip_config.h33 const std::string& gateway, const std::string& name_servers);
42 std::string gateway; member in struct:chromeos::NetworkIPConfig
H A Dnetwork_state.h70 const std::string& gateway() const { return gateway_; } function in class:chromeos::NetworkState
H A Dshill_property_handler_unittest.cc446 base::StringValue gateway("192.0.0.1");
449 shill::kGatewayProperty, gateway, local
/external/smack/src/org/xbill/DNS/
H A DIPSECKEYRecord.java38 private Object gateway; field in class:IPSECKEYRecord
51 * @param gatewayType The record's gateway type.
53 * @param gateway The record's gateway.
58 int gatewayType, int algorithmType, Object gateway,
67 this.gateway = null;
70 if (!(gateway instanceof InetAddress))
71 throw new IllegalArgumentException("\"gateway\" " +
74 this.gateway = gateway;
57 IPSECKEYRecord(Name name, int dclass, long ttl, int precedence, int gatewayType, int algorithmType, Object gateway, byte [] key) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dicmp.h77 __be32 gateway; member in union:icmphdr::__anon23026
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc751 std::string address, netmask, gateway, name_server_type, name_servers; local
756 !args->GetString(4, &gateway) ||
793 gateway,
/external/ppp/pppd/
H A Dsys-linux.c1480 else if (strcasecmp(q, "gateway") == 0)
1591 int sifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1598 if (old_gateway != gateway)
1615 SIN_ADDR(rt.rt_gateway) = gateway;
1624 default_route_gateway = gateway;
1633 int cifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1648 SIN_ADDR(rt.rt_gateway) = gateway;
2331 * Set the gateway address
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 297 milliseconds