HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 151 - 175 of 1040) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iproute2/ip/
iptunnel.c 71 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPIP) {
75 p->iph.protocol = IPPROTO_IPIP;
78 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) {
82 p->iph.protocol = IPPROTO_GRE;
85 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6) {
89 p->iph.protocol = IPPROTO_IPV6;
91 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6)
    [all...]
  /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;
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h 35 const std::string& protocol,
46 return protocol == chrome::kFileScheme;
49 std::string protocol; member in struct:BrowsingDataIndexedDBHelper::IndexedDBInfo
browsing_data_local_storage_helper.h 36 const std::string& protocol,
47 return protocol == chrome::kFileScheme;
50 std::string protocol; member in struct:BrowsingDataLocalStorageHelper::LocalStorageInfo
  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp 76 originData.protocol = origin->protocol();
91 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
  /external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
WebKeyValueStorageManager.cpp 73 originData.protocol = coreOrigins[i]->protocol();
87 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
  /bionic/libc/kernel/common/linux/
smb.h 49 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/base/mac/
cocoa_protocols.h 16 // protocol defintions were not present in earlier releases of the Mac OS X
19 // define these protocols at all, this file will provide empty protocol
26 @protocol p \
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_state.h 25 @protocol BookmarkBarState
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 19 @protocol TabContentsControllerDelegate
  /external/chromium/net/tools/fetch/
http_session.cc 28 response_info.protocol = "HTTP/1.1";
  /external/chromium/net/websockets/
websocket_handshake_draft75.h 33 const std::string& protocol);
  /external/clang/test/PCH/
objc_container.h 1 @protocol P @end
  /external/webkit/Source/WebCore/bindings/objc/
ObjCEventListener.h 34 @protocol DOMEventListener;
  /external/webkit/Source/WebCore/websockets/
ThreadableWebSocketChannel.h 50 static PassRefPtr<ThreadableWebSocketChannel> create(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String& protocol);

Completed in 1538 milliseconds

1 2 3 4 5 67 8 91011>>