Searched refs:gateway (Results 1 - 20 of 20) sorted by relevance

/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/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/jivesoftware/smackx/
H A DGatewayManager.java20 * This class is the general entry point to gateway interaction (XEP-0100).
23 * are not on his server. All actual interaction with a gateway is handled in the
74 * Discovers {@link DiscoveryInfo} and {@link DiscoveryInfo.Identity} of a gateway
75 * and creates a {@link Gateway} object representing this gateway.
86 if(category.toLowerCase().equals("gateway")){
172 * the JID belongs to valid gateway. If this JID doesn't belong to valid gateway
188 Gateway gateway = new Gateway(connection,entityJID);
190 localGateways.put(entityJID, gateway);
193 nonLocalGateways.put(entityJID, gateway);
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dicmp.h77 __be32 gateway; member in union:icmphdr::__anon23026
/external/chromium_org/media/cast/test/utility/
H A Dshadow.sh79 lxc.network.ipv4.gateway = $IP
/external/iputils/
H A Dping.c898 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
924 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
1074 printf("(New nexthop: %s)\n", pr_addr(icp ? icp->un.gateway : info));
1098 printf("Parameter problem: pointer = %u\n", icp ? (ntohl(icp->un.gateway)>>24) : info);
H A Drdisc.c553 icp->un.gateway = 0; /* Reserved */
/external/iproute2/doc/
H A Dip-tunnels.tex55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly
63 not to check for consistency of gateway address.
133 kinds and gateway is required to be directly reachable via this tunnel,
213 The only way to make it is to create special routes with gateway
219 kernel will refuse request to create route via gateway not directly
H A Dip-cref.tex1122 In this case, Linux-2.2 makes ``dead gateway detection''~\cite{RFC1122}
1418 \item add a plain route to network 10.0.0/24 via gateway 193.233.7.65
/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/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/chromium_org/chrome/browser/resources/options/chromeos/
H A Dinternet_detail.js15 * gateway: (string|undefined),
363 var fields = [$('ip-address'), $('ip-netmask'), $('ip-gateway')];
411 $('ip-gateway').model.value || '',
1285 var gateway = ipconfig['Gateway'];
1286 inetGateway.automatic = gateway;
1287 inetGateway.value = gateway;
1367 configureAddressField($('ip-gateway'), inetGateway);
/external/libpcap/
H A Dscanner.l257 gateway return GATEWAY;
/external/libnl/lib/route/
H A Droute_obj.c470 __ADD(ROUTE_ATTR_GATEWAY, gateway)
/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 473 milliseconds