Searched refs:tunnelled (Results 1 – 5 of 5) sorted by relevance
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRoute.java | 71 private final TunnelType tunnelled; field in HttpRoute 103 TunnelType tunnelled, LayerType layered) { in HttpRoute() argument 108 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) { in HttpRoute() 114 if (tunnelled == null) in HttpRoute() 115 tunnelled = TunnelType.PLAIN; in HttpRoute() 123 this.tunnelled = tunnelled; in HttpRoute() 142 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() argument 143 this(local, target, toChain(proxies), secure, tunnelled, layered); in HttpRoute() 165 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() argument 166 this(local, target, toChain(proxy), secure, tunnelled, layered); in HttpRoute() [all …]
|
D | RouteTracker.java | 76 private TunnelType tunnelled; field in RouteTracker 99 this.tunnelled = TunnelType.PLAIN; in RouteTracker() 164 this.tunnelled = TunnelType.TUNNELLED; in tunnelTarget() 280 return this.tunnelled; in getTunnelType() 286 return (this.tunnelled == TunnelType.TUNNELLED); in isTunnelled() 320 this.tunnelled, this.layered); in toRoute() 354 (this.tunnelled == that.tunnelled) && in equals() 393 hc ^= this.tunnelled.hashCode(); in hashCode() 417 if (this.tunnelled == TunnelType.TUNNELLED) in toString()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user | 85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
|
/external/openssh/ |
D | ssh.0 | 622 start the service which is to be tunnelled. If no connections are made
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 1297 tunnelled identity request (previously, the identifier from the outer 1298 method was used, not the tunnelled identifier which could be
|