HomeSort by relevance Sort by last modified time
    Searched defs:GATEWAY (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/net/java/android/net/
StaticIpConfigurationTest.java 42 private static final InetAddress GATEWAY = IpAddress("192.0.2.1");
55 assertNull(s.gateway);
67 s.gateway = GATEWAY;
105 s.gateway = GATEWAY;
134 s.gateway = DNS2;
156 s.gateway = GATEWAY;
157 RouteInfo defaultRoute = new RouteInfo(new IpPrefix("0.0.0.0/0"), GATEWAY, IFACE)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
AdvancedOptionsFlowInfo.java 43 public static final int GATEWAY = 9;
56 GATEWAY,
180 * Get the initial gateway.
184 return mIpConfiguration.getStaticIpConfiguration().gateway;
  /external/libpcap/
grammar.h 51 GATEWAY = 261,
173 #define GATEWAY 261
grammar.c 354 GATEWAY = 261,
476 #define GATEWAY 261
968 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
    [all...]

Completed in 571 milliseconds