/external/dhcpcd/dhcpcd-hooks/ |
50-dhcpcd-compat | 9 GATEWAYS=$new_routers 34 for x in IPADDR INTERFACE NETMASK BROADCAST NETWORK DHCPSID GATEWAYS \
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataCallResponse.java | 49 public String[] gateways = new String[0]; field in class:DataCallResponse 101 sb.append("] gateways=["); 102 for (String addr : gateways) { 106 if (gateways.length > 0) sb.deleteCharAt(sb.length()-1); 206 // set gateways 207 if ((gateways == null) || (gateways.length == 0)) { 210 gateways = sysGateways.split(" "); 212 gateways = new String[0]; 215 for (String addr : gateways) { [all...] |
DataConnection.java | 532 response.gateways = new String[0]; [all...] |
/external/tcpdump/ |
print-egp.c | 144 int gateways, distances, networks; local 165 for (gateways = 0; gateways < t_gateways; ++gateways) { 184 gateways < (int)egp->egp_intgw ? "int" : "ext",
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 41 # networks 192.168.0.0/24 and 192.168.1.0/24 with gateways
|
/external/iproute2/man/man8/ |
tc-red.8 | 147 Floyd, S., and Jacobson, V., Random Early Detection gateways for
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
EthernetServiceImpl.java | 129 // TODO: this does not check proxy settings, gateways, etc.
|
/external/iputils/ |
traceroute6.c | 75 * different gateways, the address of each responding system will 129 * MIT.) Note that the gateways 12, 14, 15, 16 & 17 hops away 138 * original datagram. Since, for gateways, the remaining ttl is 157 * Notice that there are 12 "gateways" (13 is the final 226 * back to yourself. Unfortunately, SO many gateways botch source
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/ |
ssvnc | 28 Server. The use of Proxies and Gateways to make the connections is
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ |
ssvnc.1 | 39 The use of Proxies and Gateways to make the connections is implemented.
|
/frameworks/base/core/tests/coretests/src/android/net/ |
RouteInfoTest.java | 146 // Interfaces (but not destinations or gateways) can be null.
|
LinkPropertiesTest.java | 101 // set 2 gateways 198 // set 2 gateways
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Nat464Xlat.java | 201 // understand routes without gateways (see, e.g., http://b/9597256
|
/frameworks/base/services/core/java/com/android/server/net/ |
IpConfigStore.java | 215 // only supported default gateways - leave the dest/prefix empty
|
/external/iputils/doc/ |
ping.sgml | 435 and running. Then, hosts and gateways further and further away should be 598 Many Hosts and Gateways ignore the RECORD_ROUTE option.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RIL.java | 3603 String gateways = p.readString(); local 3665 String gateways = p.readString(); local [all...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |
/external/toybox/toys/pending/ |
traceroute.c | 498 if (lsrr >= 8) error_exit("no more than 8 gateways"); // NGATEWAYS
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
ssvnc.tcl | 236 Proxies/Gateways: 263 than 22) you need to use the Proxy/Gateways as well. E.g. something 293 "SSH Proxies/Gateways" in the Main SSVNC Help for full details. 707 To connect to a non-standard SSH port, see SSH Proxies/Gateways section. [all...] |
/external/mdnsresponder/mDNSCore/ |
uDNS.c | [all...] |
/external/dnsmasq/src/ |
dhcp.c | 365 Note that the current chain may be superceded later for configured hosts or those coming via gateways. */
|
/frameworks/base/core/java/android/net/ |
LinkProperties.java | 41 * It may have multiple addresses and multiple gateways, [all...] |
/hardware/ril/reference-ril/ |
reference-ril.c | 468 responses[i].gateways = ""; 589 responses[i].gateways = "10.0.2.2"; 597 responses[i].gateways = ""; [all...] |
/hardware/ril/include/telephony/ |
ril.h | 347 char * gateways; /* A space-delimited list of default gateway addresses, member in struct:__anon27092 378 char * gateways; /* A space-delimited list of default gateway addresses, member in struct:__anon27093 411 char * gateways; /* A space-delimited list of default gateway addresses, member in struct:__anon27094 [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConfigStore.java | [all...] |