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

<<21222324252627282930>>

  /packages/apps/Email/tests/src/com/android/email/service/
MailServiceTests.java 226 * Create a simple HostAuth with protocol
228 private HostAuth setupSimpleHostAuth(String protocol) {
230 hostAuth.mProtocol = protocol;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 73 import org.apache.http.client.protocol.ClientContext;
91 import org.apache.http.protocol.ExecutionContext;
92 import org.apache.http.protocol.HTTP;
93 import org.apache.http.protocol.HttpContext;
94 import org.apache.http.protocol.HttpProcessor;
95 import org.apache.http.protocol.HttpRequestExecutor;
129 /** The HTTP protocol processor. */
197 ("HTTP protocol processor may not be null.");
344 // notify" protocol message to the
407 // Run request protocol interceptor
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 789 tc filter add dev $DEVICE parent 1:0 protocol ip \
803 tc filter add dev $DEVICE parent 1:0 protocol ip \
847 tc filter add dev $DEVICE parent 1:0 protocol ip \
    [all...]
  /external/iptables/iptables/
ip6tables.c 112 {.name = "protocol", .has_arg = 1, .val = 'p'},
255 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
381 /* These are invalid numbers as upper layer protocol */
    [all...]
iptables.c 110 {.name = "protocol", .has_arg = 1, .val = 'p'},
268 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 367 + HostAuthColumns.PROTOCOL + " text, "
1041 String protocol = hostAuthCursor.getString(V21_HOSTAUTH_PROTOCOL); local
1137 String protocol = hostAuthCursor.getString(V25_HOSTAUTH_PROTOCOL); local
    [all...]
  /external/libxml2/
nanoftp.c 123 char *protocol; /* the protocol name */ member in struct:xmlNanoFTPCtxt
138 int returnValue; /* the protocol return value */
182 * Initialize the FTP protocol layer.
229 * Cleanup the FTP protocol layer. This cleanup proxy informations.
297 * the protocol host port and path it indicates.
308 if (ctxt->protocol != NULL) {
309 xmlFree(ctxt->protocol);
310 ctxt->protocol = NULL;
331 ctxt->protocol = xmlMemStrdup(uri->scheme)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 733 bool MediaSessionClient::ParseContent(SignalingProtocol protocol,
737 if (protocol == PROTOCOL_GINGLE) {
    [all...]
  /external/openssh/
sshconnect.c 12 * incompatible with the protocol description in the RFC file, it must be
510 fatal("Bad remote protocol version identification: '%.100s'", buf);
511 debug("Remote protocol version %d.%d, remote software version %.100s",
520 (options.protocol & SSH_PROTO_2) &&
521 !(options.protocol & SSH_PROTO_1_PREFERRED)) {
525 if (!(options.protocol & SSH_PROTO_1)) {
536 logit("Agent forwarding disabled for protocol 1.3");
542 if (options.protocol & SSH_PROTO_2) {
552 fatal("Protocol major versions differ: %d vs. %d",
553 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1
    [all...]
readconf.c 11 * incompatible with the protocol description in the RFC file, it must be
189 { "protocol", oProtocol },
734 fatal("%.200s line %d: Bad protocol 2 host key algorithms '%s'.",
741 intptr = &options->protocol;
747 fatal("%.200s line %d: Bad protocol spec '%s'.",
    [all...]
  /external/ppp/pppd/
ipxcp.c 2 * ipxcp.c - PPP IPX Control Protocol.
107 NULL, /* Called when Protocol-Reject received */
109 NULL, /* Called to handle protocol-specific codes */
110 "IPXCP" /* String name of protocol */
170 * Protocol entry points.
211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */
213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */
386 f->protocol = PPP_IPXCP;
525 * ipxcp_protrej - A Protocol-Reject was received for IPXCP.
576 /* Always specify a routing protocol unless it was REJected. *
1176 int protocol; local
    [all...]
  /external/qemu/hw/
usb-hid.c 67 int protocol; member in struct:USBHIDState
112 * one interface, protocol 0
167 * one interface, protocol 0
222 * one interface, protocol 0
622 s->protocol = 1;
630 s->protocol = 1;
784 data[0] = s->protocol;
790 s->protocol = value;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 95 DWORD protocol; member in struct:scard_data
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
515 (unsigned int) scard->card, scard->protocol,
516 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
685 scard->protocol == SCARD_PROTOCOL_T1 ?
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 89 DWORD protocol; member in struct:scard_data
496 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
509 (unsigned int) scard->card, scard->protocol,
510 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
679 scard->protocol == SCARD_PROTOCOL_T1 ?
    [all...]
  /system/netd/
MDnsSdListener.cpp 270 const char *interfaceName, uint32_t protocol, const char *hostname) {
271 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname);
282 DNSServiceErrorType result = DNSServiceGetAddrInfo(ref, nativeFlags, interfaceInt, protocol,
483 int protocol = 0; // intelligient heuristic (both v4 + v6) local
484 getAddrInfo(cli, requestId, interfaceName, protocol, hostname);
  /external/ipsec-tools/
setup.c 207 /* spdadd src dst protocol -P out ipsec esp/transport//require;
208 * spdadd dst src protocol -P in ipsec esp/transport//require;
210 * spdadd src any protocol -P out ipsec esp/tunnel/local-remote/require;
211 * spdadd any src protocol -P in ipsec esp/tunnel/remote-local/require; */
213 int protocol, struct sockaddr *local, struct sockaddr *remote)
271 if (pfkey_send_spdadd(key, src, src_prefix, dst, dst_prefix, protocol,
286 if (pfkey_send_spdadd(key, dst, dst_prefix, src, src_prefix, protocol,
  /external/linux-tools-perf/scripts/python/
netdev-times.py 285 skbaddr, protocol, location):
287 skbaddr, protocol, location)
425 skbaddr, protocol, location) = event_info
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 54 @protocol WebDeviceOrientationProvider;
55 @protocol WebFormDelegate;
180 // These methods might end up moving into a protocol, so different document types can specify
181 // whether or not they implement the protocol. For now we'll just deal with HTML.
512 // - destinationProtocol: The protocol to grant access to.
686 @protocol WebGeolocationProvider <NSObject>
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 461 String protocol = mUrl.getProtocol(); local
462 if ("http".equals(protocol) || "https".equals(protocol)) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 145 "protocol TEXT," +
220 " ADD COLUMN protocol TEXT DEFAULT IP;");
289 String protocol = parser.getAttributeValue(null, "protocol"); local
290 if (protocol != null) {
291 map.put(Telephony.Carriers.PROTOCOL, protocol);
343 if (row.containsKey(Telephony.Carriers.PROTOCOL) == false) {
344 row.put(Telephony.Carriers.PROTOCOL, "IP");
538 if (!values.containsKey(Telephony.Carriers.PROTOCOL)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
javax.servlet_2.5.0.v200910301333.jar 
  /bootable/recovery/minadbd/
sysdeps.h 440 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] )
442 return socketpair( d, type, protocol, sv );
  /external/chromium/net/websockets/
websocket.cc 161 request_->protocol()));
166 request_->protocol()));
169 NOTREACHED() << "Unexpected protocol version:" << request_->version();
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 220 bool TunnelSessionClient::ParseContent(SignalingProtocol protocol,
232 SignalingProtocol protocol,

Completed in 2091 milliseconds

<<21222324252627282930>>