/frameworks/base/core/java/android/net/ |
DhcpResults.java | 159 gateway = NetworkUtils.numericToInetAddress(addrString);
|
/packages/apps/Settings/tests/unit/src/com/android/settings/core/ |
SettingsGatewayTest.java | 42 import com.android.settings.core.gateway.SettingsGateway;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
wanrouter.h | 430 unsigned char gateway; /* Is this interface a gateway */ member in struct:wanif_conf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
ip_icmp.h | 39 u_int32_t gateway; /* gateway address */ member in union:icmphdr::__anon62939 146 struct in_addr ih_gwaddr; /* gateway address */
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
ibft.c | 263 ibft_set_ipaddr_option ( &nic->gateway, &gateway_setting ); 264 DBG ( "iBFT NIC gateway = %s\n", ibft_ipaddr ( &nic->gateway ) );
|
/frameworks/base/tests/net/java/android/net/ |
RouteInfoTest.java | 46 fail("Expected RuntimeException: destination and gateway null"); 60 // Null gateway sets gateway to unspecified address (why?). 76 public PatchedRouteInfo(IpPrefix destination, InetAddress gateway, String iface) { 77 mRouteInfo = new RouteInfo(destination, gateway, iface);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
XmlUtil.java | 782 InetAddress gateway = local [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkDiagnostics.java | 195 InetAddress gateway = route.getGateway(); local 196 prepareIcmpMeasurement(gateway); 198 prepareExplicitSourceIcmpMeasurements(gateway);
|
Vpn.java | 1687 final String gateway = ipv4DefaultRoute.getGateway().getHostAddress(); local [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
OffloadController.java | 468 // Find the gateway addresses of all default routes of either address family. 472 final String gateway = ri.getGateway().getHostAddress(); local 474 v4gateway = gateway; 476 v6gateways.add(gateway);
|
/packages/apps/Settings/src/com/android/settings/wifi/details/ |
WifiDetailPreferenceController.java | 107 static final String KEY_GATEWAY_PREF = "gateway"; 456 // Find IPv4 default gateway. 457 String gateway = null; local 460 gateway = routeInfo.getGateway().getHostAddress(); 473 updatePreference(mGatewayPref, gateway);
|
/system/core/libnetutils/ |
ifc_utils.c | 690 in_addr_t gateway, 713 if (ifc_create_default_route(ifname, gateway)) { 714 printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno));
|
/external/iputils/ |
ping.c | 898 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); [all...] |
/external/syslinux/com32/libupload/ |
upload_tftp.c | 139 ? sdi->pxe.ipinfo->gateway : 0;
|
/external/syslinux/core/fs/pxe/ |
core.c | 225 err = undiif_start(IPInfo.myip, IPInfo.netmask, IPInfo.gateway);
|
/external/syslinux/core/legacynet/ |
dnsresolv.c | 290 udp_write.gw = gateway(srv);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigController.java | 793 String gateway = mGatewayView.getText().toString(); local [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
WifiConfigurationHelper.java | 163 * static IP settings are also supported. If the field "ip" is set, then the fields "gateway", 246 staticIpConfig.gateway = getInetAddress(jsonConfig.getString("gateway"));
|
/prebuilts/go/darwin-x86/src/net/ |
conf.go | 318 // isGateway reports whether h should be considered a "gateway" 321 return stringsEqualFold(h, "gateway")
|
conf_test.go | 264 {"gateway", "myhostname", hostLookupCgo}, 265 {"Gateway", "myhostname", hostLookupCgo},
|
/prebuilts/go/linux-x86/src/net/ |
conf.go | 318 // isGateway reports whether h should be considered a "gateway" 321 return stringsEqualFold(h, "gateway")
|
conf_test.go | 264 {"gateway", "myhostname", hostLookupCgo}, 265 {"Gateway", "myhostname", hostLookupCgo},
|
/frameworks/base/tests/net/java/android/net/dhcp/ |
DhcpPacketTest.java | 274 private void assertDhcpResults(String ipAddress, String gateway, String dnsServersString, 278 assertEquals(v4Address(gateway), dhcpResults.gateway); [all...] |
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
EthernetTracker.java | 352 * ip=<ip-address/mask> gateway=<ip-address> dns=<comma-sep-ip-addresses> 378 case "gateway": 379 ipConfig.gateway = InetAddress.parseNumericAddress(value);
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
route_test.go | 67 "gateway",
|