/external/chromium_org/chrome/browser/chromeos/cros/ |
network_library_impl_cros.cc | 32 std::string gateway; member in struct:chromeos::NetworkLibraryImplCros::IPParameterInfo 528 const std::string& gateway, 541 << "gateway: " << gateway 553 info.gateway = gateway; [all...] |
network_library_impl_cros.h | 76 const std::string& gateway,
|
network_library_impl_stub.cc | 723 const std::string& gateway, 733 << "\n gateway: " << gateway 746 gateway,
|
network_library.h | [all...] |
/system/core/libnetutils/ |
ifc_utils.c | 694 * Return the address of the default gateway 739 * Sets the specified gateway as the default route for the named interface. 742 int ifc_set_default_route(const char *ifname, in_addr_t gateway) 748 addr.s_addr = gateway; 749 if ((result = ifc_create_default_route(ifname, gateway)) < 0) { 781 in_addr_t gateway, 804 if (ifc_create_default_route(ifname, gateway)) { 805 printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno)); 903 printerr("getaddrinfo failed: invalid gateway %s\n", gw);
|
/external/chromium_org/chromeos/network/ |
cros_network_functions.cc | 261 std::string gateway; local 263 &gateway); 278 gateway,
|
shill_property_handler_unittest.cc | 442 base::StringValue gateway("192.0.0.1"); 445 flimflam::kGatewayProperty, gateway, local 465 // IP Address, DNS, prefixlen, and gateway. 475 // property updates for IP Address, DNS, prefixlen, and gateway when added.
|
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.h | 847 const std::string& gateway, const std::string& name_servers) 852 gateway(gateway), 864 std::string gateway; member in struct:chromeos::NetworkIPConfig [all...] |
network_library.cc | [all...] |
/external/iputils/ |
ping.c | 895 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); 921 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); 1071 printf("(New nexthop: %s)\n", pr_addr(icp ? icp->un.gateway : info)); 1095 printf("Parameter problem: pointer = %u\n", icp ? (ntohl(icp->un.gateway)>>24) : info); [all...] |
rdisc.c | 553 icp->un.gateway = 0; /* Reserved */ [all...] |
/external/kernel-headers/original/linux/ |
wanrouter.h | 430 unsigned char gateway; /* Is this interface a gateway */ member in struct:wanif_conf
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Vpn.java | 683 throw new IllegalStateException("Unable to find IPv4 default gateway"); 697 final String gateway = ipv4DefaultRoute.getGateway().getHostAddress(); local 740 profile.ipsecSecret, profile.username, profile.password, "", gateway, 746 caCert, serverCert, profile.username, profile.password, "", gateway, 752 caCert, serverCert, profile.username, profile.password, "", gateway, [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigController.java | 498 String gateway = mGatewayView.getText().toString(); local 499 if (TextUtils.isEmpty(gateway)) { 501 //Extract a default gateway from IP address 512 gatewayAddr = NetworkUtils.numericToInetAddress(gateway); 741 mGatewayView = (TextView) mView.findViewById(R.id.gateway); [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly 63 not to check for consistency of gateway address. 133 kinds and gateway is required to be directly reachable via this tunnel, 213 The only way to make it is to create special routes with gateway 219 kernel will refuse request to create route via gateway not directly
|
ip-cref.tex | [all...] |
/external/ppp/pppd/ |
sys-linux.c | 210 static u_int32_t default_route_gateway; /* Gateway for default route added */ [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 110 const char kIpConfigGateway[] = "gateway"; 574 std::string gateway; local 575 if (shill_properties.GetStringWithoutPathExpansion(gateway_key, &gateway)) { 576 ip_info_dict->SetString(kIpConfigGateway, gateway); 577 VLOG(2) << "Found " << gateway_key << ": " << gateway; local 1426 std::string address, netmask, gateway, name_server_type, name_servers; local [all...] |
/hardware/libhardware_legacy/wifi/ |
wifi.c | 153 int do_dhcp_request(int *ipaddr, int *gateway, int *mask, 167 get_dhcp_info(ipaddr, gateway, mask, dns1, dns2, server, lease);
|
/frameworks/base/services/java/com/android/server/wifi/ |
WifiService.java | 901 InetAddress gateway = r.getGateway(); local [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfigStore.java | 149 private static final String GATEWAY_KEY = "gateway"; 970 InetAddress gateway = null; local [all...] |
/external/libpcap/ |
scanner.l | 248 gateway return GATEWAY;
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 618 ipconfig_dict->SetString("gateway", ipconfig.gateway); [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | [all...] |
/external/chromium_org/net/base/registry_controlled_domains/ |
effective_tld_names.cc | [all...] |