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

  /frameworks/base/core/tests/coretests/src/android/net/
StaticIpConfigurationTest.java 38 private static final InetAddress GATEWAY = IpAddress("192.0.2.1");
51 assertNull(s.gateway);
71 s.gateway = GATEWAY;
109 s.gateway = GATEWAY;
138 s.gateway = DNS2;
160 s.gateway = GATEWAY;
161 RouteInfo defaultRoute = new RouteInfo(new IpPrefix("0.0.0.0/0"), GATEWAY, IFACE)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiFormPageType.java 90 GATEWAY(FormPageDisplayer.DISPLAY_TYPE_TEXT_INPUT, R.string.title_wifi_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 83 milliseconds