HomeSort by relevance Sort by last modified time
    Searched refs:GATEWAY (Results 1 - 14 of 14) 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/
GatewayState.java 37 * State responsible for entering gateway.
71 * Fragment that needs user to enter gateway.
114 if (mAdvancedOptionsFlowInfo.containsPage(AdvancedOptionsFlowInfo.GATEWAY)) {
115 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.GATEWAY);
137 mAdvancedOptionsFlowInfo.put(AdvancedOptionsFlowInfo.GATEWAY,
AdvancedOptionsFlowInfo.java 43 public static final int GATEWAY = 9;
56 GATEWAY,
180 * Get the initial gateway.
184 return mIpConfiguration.getStaticIpConfiguration().gateway;
IpSettingsInvalidState.java 108 mAdvancedOptionsFlowInfo.remove(AdvancedOptionsFlowInfo.GATEWAY);
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h 115 #ifdef GATEWAY
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 120 #ifdef GATEWAY
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 80 #ifdef GATEWAY
  /external/libpcap/
grammar.h 51 GATEWAY = 261,
173 #define GATEWAY 261
grammar.y 302 %token DST SRC HOST GATEWAY
485 ndaqual: GATEWAY { $$ = Q_GATEWAY; }
grammar.c 354 GATEWAY = 261,
476 #define GATEWAY 261
968 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
    [all...]
scanner.l 308 gateway return GATEWAY;
scanner.c     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
AdvancedOptionsFlowUtil.java 128 String gateway = flowInfo.get(AdvancedOptionsFlowInfo.GATEWAY); local
129 if (!TextUtils.isEmpty(gateway)) {
131 staticConfig.gateway =
132 NetworkUtils.numericToInetAddress(gateway);
  /external/libnl/lib/route/
nexthop.c 93 diff |= NH_DIFF(GATEWAY, nl_addr_cmp(a->rtnh_gateway,

Completed in 932 milliseconds