HomeSort by relevance Sort by last modified time
    Searched refs:gateways (Results 1 - 8 of 8) sorted by null

  /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",
  /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/telephony/src/java/com/android/internal/telephony/
RIL.java 3603 String gateways = p.readString(); local
3665 String gateways = p.readString(); local
    [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/libril/
ril.cpp     [all...]
  /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...]

Completed in 253 milliseconds