OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protocol
(Results
76 - 100
of
570
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/linux/
netfilter_bridge.h
56
if (skb->
protocol
== __constant_htons(ETH_P_8021Q)) {
77
if (skb->
protocol
== __constant_htons(ETH_P_IP))
80
if (skb->
protocol
== __constant_htons(ETH_P_8021Q))
/external/webkit/WebCore/websockets/
WebSocketChannel.h
51
static PassRefPtr<WebSocketChannel> create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String&
protocol
) { return adoptRef(new WebSocketChannel(context, client, url,
protocol
)); }
75
WebSocketChannel(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String&
protocol
);
/external/webkit/WebKit/mac/WebView/
WebHTMLRepresentation.h
45
@
protocol
WebDocumentMarkup;
46
@
protocol
WebDocumentRepresentation;
47
@
protocol
WebDocumentSourceRepresentation;
/libcore/luni/src/main/java/java/net/
Authenticator.java
49
private String
protocol
;
field in class:Authenticator
102
* Returns the
protocol
of the connection that requests authorization.
104
* @return
protocol
of the connection.
107
return this.
protocol
;
132
*
protocol
of the connection that requests authentication.
155
thisAuthenticator.
protocol
= rProtocol;
199
*
protocol
of the connection that requests authentication.
223
thisAuthenticator.
protocol
= rProtocol;
257
*
protocol
of the connection that requests authentication.
286
thisAuthenticator.
protocol
= rProtocol
[
all
...]
/external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm
147
NSString *
protocol
= nil;
150
protocol
= @"http";
153
protocol
= @"https";
156
protocol
= @"ftp";
159
protocol
= @"ftps";
208
protocol
:
protocol
269
NSString *
protocol
= [macSpace
protocol
];
270
if ([
protocol
caseInsensitiveCompare:@"http"] == NSOrderedSame
[
all
...]
/external/iproute2/examples/diffserv/
Edge1
50
$TC filter add $EGDEV parent 1:0
protocol
ip prio 4 handle 1 fw classid 1:1
51
$TC filter add $EGDEV parent 1:0
protocol
ip prio 4 handle 2 fw classid 1:2
52
$TC filter add $EGDEV parent 1:0
protocol
ip prio 4 handle 3 fw classid 1:3
/external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java
42
import org.apache.http.
protocol
.HTTP;
43
import org.apache.http.
protocol
.HttpContext;
44
import org.apache.http.
protocol
.ExecutionContext;
/external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java
41
import org.apache.http.client.
protocol
.ClientContext;
43
import org.apache.http.
protocol
.ExecutionContext;
44
import org.apache.http.
protocol
.HttpContext;
/bionic/libc/kernel/common/linux/
smb.h
43
enum smb_protocol
protocol
;
member in struct:smb_conn_opt
/development/ndk/platforms/android-3/include/linux/
smb.h
43
enum smb_protocol
protocol
;
member in struct:smb_conn_opt
/external/apache-http/src/org/apache/http/auth/params/
AuthParams.java
35
import org.apache.http.
protocol
.HTTP;
/external/apache-http/src/org/apache/http/conn/
ClientConnectionOperator.java
40
import org.apache.http.
protocol
.HttpContext;
/external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/DefaultedHttpContext.java $
32
package org.apache.http.
protocol
;
HttpRequestHandlerRegistry.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/HttpRequestHandlerRegistry.java $
32
package org.apache.http.
protocol
;
RequestConnControl.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/RequestConnControl.java $
32
package org.apache.http.
protocol
;
RequestDate.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/RequestDate.java $
32
package org.apache.http.
protocol
;
RequestUserAgent.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/RequestUserAgent.java $
32
package org.apache.http.
protocol
;
ResponseServer.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/ResponseServer.java $
32
package org.apache.http.
protocol
;
/external/chromium/net/tools/fetch/
http_session.cc
28
response_info.
protocol
= "HTTP/1.1";
/external/webkit/WebCore/page/
Location.h
51
String
protocol
() const;
/external/webkit/WebCore/workers/
WorkerLocation.h
53
String
protocol
() const;
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
Handler.java
18
package org.apache.harmony.luni.internal.net.www.
protocol
.ftp;
52
* if the
protocol
handler doesn't support this method.
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
AbstractHttpOutputStream.java
17
package org.apache.harmony.luni.internal.net.www.
protocol
.http;
Handler.java
18
package org.apache.harmony.luni.internal.net.www.
protocol
.http;
65
* if the
protocol
handler doesn't support this method.
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
Handler.java
18
package org.apache.harmony.luni.internal.net.www.
protocol
.https;
Completed in 374 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>