Searched refs:tunnelled (Results 1 – 3 of 3) sorted by relevance
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRoute.java | 66 private final TunnelType tunnelled; field in HttpRoute 98 TunnelType tunnelled, LayerType layered) { in HttpRoute() argument 103 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) { in HttpRoute() 109 if (tunnelled == null) in HttpRoute() 110 tunnelled = TunnelType.PLAIN; in HttpRoute() 118 this.tunnelled = tunnelled; in HttpRoute() 137 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() argument 138 this(local, target, toChain(proxies), secure, tunnelled, layered); in HttpRoute() 160 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() argument 161 this(local, target, toChain(proxy), secure, tunnelled, layered); in HttpRoute() [all …]
|
D | RouteTracker.java | 71 private TunnelType tunnelled; field in RouteTracker 94 this.tunnelled = TunnelType.PLAIN; in RouteTracker() 159 this.tunnelled = TunnelType.TUNNELLED; in tunnelTarget() 275 return this.tunnelled; in getTunnelType() 281 return (this.tunnelled == TunnelType.TUNNELLED); in isTunnelled() 315 this.tunnelled, this.layered); in toRoute() 349 (this.tunnelled == that.tunnelled) && in equals() 388 hc ^= this.tunnelled.hashCode(); in hashCode() 412 if (this.tunnelled == TunnelType.TUNNELLED) in toString()
|
/external/wpa_supplicant/ |
D | ChangeLog | 87 tunnelled identity request (previously, the identifier from the outer 88 method was used, not the tunnelled identifier which could be
|