HomeSort by relevance Sort by last modified time
    Searched refs:gateway (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/smack/src/org/xbill/DNS/
IPSECKEYRecord.java 26 public static class Gateway {
27 private Gateway() {}
38 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,
66 case Gateway.None:
67 this.gateway = null;
69 case Gateway.IPv4
    [all...]
  /frameworks/base/core/java/android/net/
RouteInfo.java 40 * implied by the gateway IP address.
41 * <li>a gateway {@link InetAddress} indicating the next hop to use. If this is {@code null} it
45 * Either the destination or the gateway may be {@code null}, but not both. If the
46 * destination and gateway are both specified, they must be of the same address family
56 * The gateway address for this route.
88 * If destination is null, then gateway must be specified and the
90 * if the gateway is an instance of {@link Inet4Address}, or the IPv6 default
91 * route <code>::/0</code> if gateway is an instance of
94 * destination and gateway may not both be null.
97 * @param gateway the IP address to route packets throug
    [all...]
StaticIpConfiguration.java 51 public InetAddress gateway; field in class:StaticIpConfiguration
64 gateway = source.gateway;
72 gateway = null;
86 if (gateway != null) {
87 routes.add(new RouteInfo((LinkAddress) null, gateway, iface));
119 str.append("Gateway ");
120 if (gateway != null) str.append(gateway.getHostAddress()).append(" ");
135 result = 47 * result + (gateway == null ? 0 : gateway.hashCode())
    [all...]
DhcpInfo.java 27 public int gateway; field in class:DhcpInfo
43 gateway = source.gateway;
56 str.append(" gateway "); putAddress(str, gateway);
78 dest.writeInt(gateway);
92 info.gateway = in.readInt();
DhcpResults.java 72 if (gateway == null) gateway = orig.gateway;
165 gateway = NetworkUtils.numericToInetAddress(addrString);
  /external/chromium_org/chromeos/network/
network_ip_config.cc 33 const std::string& gateway, const std::string& name_servers)
38 gateway(gateway),
49 + " gateway: " + gateway
network_ip_config.h 33 const std::string& gateway, const std::string& name_servers);
42 std::string gateway; member in struct:chromeos::NetworkIPConfig
  /system/core/include/netutils/
dhcp.h 28 char *gateway,
38 char *gateway,
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 116 * @param gateway return the gateway being used
125 int do_dhcp_request(int *ipaddr, int *gateway, int *mask,
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 57 protected static final String GATEWAY_KEY = "gateway";
89 if (staticIpConfiguration.gateway != null) {
92 out.writeInt(1); // Have a gateway.
93 out.writeUTF(staticIpConfiguration.gateway.getHostAddress());
219 InetAddress gateway = null; local
222 gateway = NetworkUtils.numericToInetAddress(in.readUTF());
223 if (staticIpConfiguration.gateway == null) {
224 staticIpConfiguration.gateway = gateway;
226 loge("Duplicate gateway: " + gateway.getHostAddress())
    [all...]
  /system/core/libnetutils/
dhcp_utils.c 89 char *gateway,
109 snprintf(prop_name, sizeof(prop_name), "%s.%s.gateway", DHCP_PROP_NAME_PREFIX, p2p_interface);
110 property_get(prop_name, gateway, NULL);
116 if (gateway[0] == '\0' || strncmp(gateway, "0.0.0.0", 7) == 0) {
117 //DHCP server is our best bet as gateway
118 strncpy(gateway, server, PROPERTY_VALUE_MAX);
188 char *gateway,
246 if (fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,
332 char *gateway,
    [all...]
  /system/netd/server/
NetlinkHandler.h 48 void notifyRouteChange(int action, const char *route, const char *gateway, const char *iface);
  /external/smack/src/org/jivesoftware/smackx/
GatewayManager.java 20 * 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
24 * class {@see Gateway}.
35 private Map<String,Gateway> localGateways = new HashMap<String,Gateway>();
37 private Map<String,Gateway> nonLocalGateways = new HashMap<String,Gateway>();
39 private Map<String,Gateway> gateways = new HashMap<String,Gateway>();
74 * Discovers {@link DiscoveryInfo} and {@link DiscoveryInfo.Identity} of a gateway
188 Gateway gateway = new Gateway(connection,entityJID); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
icmp.h 80 __be32 gateway; member in union:icmphdr::__anon458
  /development/ndk/platforms/android-3/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon1357
  /development/ndk/platforms/android-L/include/linux/
icmp.h 80 __be32 gateway; member in union:icmphdr::__anon2062
  /external/kernel-headers/original/uapi/linux/
icmp.h 77 __be32 gateway; member in union:icmphdr::__anon26835
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
icmp.h 77 __be32 gateway; member in union:icmphdr::__anon45785
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
icmp.h 77 __be32 gateway; member in union:icmphdr::__anon47521
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon51078
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon51432
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon51786
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon52194
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon52568
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon52981

Completed in 485 milliseconds

1 2 3 4 5 6 7 8