HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 276 - 300 of 570) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 85 protected Protocol sentProtocol;
105 sentProtocol = new Protocol();
124 /** get the Protocol Version
136 * @return Protocol field
138 public Protocol getSentProtocol() {
208 /** set the Protocol Version
213 sentProtocol = new Protocol();
229 * @param s Protocol to set.
231 public void setSentProtocol(Protocol s) {
372 * which transport protocol to use for sending requests and responses t
    [all...]
  /external/webkit/WebCore/platform/
KURL.h 124 String protocol() const;
141 // Returns true if the current URL's protocol is the same as the null-
267 bool protocolIs(const String& url, const char* protocol);
270 bool isDefaultPortForProtocol(unsigned short port, const String& protocol);
  /external/wpa_supplicant/
l2_packet_linux.c 94 const char *ifname, const u8 *own_addr, unsigned short protocol,
112 htons(protocol));
130 ll.sll_protocol = htons(protocol);
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_linux.c 94 const char *ifname, const u8 *own_addr, unsigned short protocol,
112 htons(protocol));
131 ll.sll_protocol = htons(protocol);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSessionImpl.java 111 * Protocol used in the session
113 ProtocolVersion protocol; field in class:SSLSessionImpl
279 return (protocol == null) ? "NONE" : protocol.name;
  /external/quake/quake/src/QW/client/
qwcl.mak     [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 65 import org.apache.http.protocol.BasicHttpProcessor;
66 import org.apache.http.protocol.DefaultedHttpContext;
67 import org.apache.http.protocol.HttpContext;
68 import org.apache.http.protocol.HttpProcessor;
69 import org.apache.http.protocol.HttpRequestExecutor;
  /external/ppp/pppd/
auth.c 688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
690 if (protp->protocol < 0xC000 && protp->close != NULL)
717 if (protp->protocol != PPP_LCP && protp->enabled_flag
851 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP)
875 if (protp->protocol < 0xC000
876 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP
888 * The peer has failed to authenticate himself using `protocol'.
891 auth_peer_fail(unit, protocol)
    [all...]
  /external/webkit/WebCore/html/
HTMLAnchorElement.cpp 389 if (isDefaultPortForProtocol(url.port(), url.protocol()))
417 if (isDefaultPortForProtocol(port, url.protocol()))
485 if (isDefaultPortForProtocol(port, url.protocol()))
493 String HTMLAnchorElement::protocol() const function in class:WebCore::HTMLAnchorElement
495 return href().protocol() + ":";
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 574 BSTR protocol; local
578 origin->protocol(&protocol);
583 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%S, %S, %i} database:%S\n", protocol, host, port, databaseIdentifier);
585 SysFreeString(protocol);
  /system/bluetooth/tools/
asocket_test.c 89 int protocol = -1; local
95 protocol = 0;
100 protocol = BTPROTO_RFCOMM;
105 protocol = BTPROTO_SCO;
110 protocol = BTPROTO_L2CAP;
115 protocol = 0;
120 ret = socket(family, typ, protocol);
socktest.c 88 int protocol = -1; local
94 protocol = 0;
99 protocol = BTPROTO_RFCOMM;
104 protocol = BTPROTO_SCO;
109 protocol = BTPROTO_L2CAP;
114 protocol = 0;
119 ret = socket(family, typ, protocol);
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 141 byte setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit = USB_NAK_LIMIT );
181 inline byte USB::setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit ) {
182 return( ctrlReq( addr, ep, bmREQ_HIDOUT, HID_REQUEST_SET_PROTOCOL, protocol, 0x00, interface, 0x0000, NULL, nak_limit ));
  /external/iptables/libipq/
libipq.c 83 { IPQ_ERR_PROTOCOL, "Invalid protocol specified" }
207 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol)
220 if (protocol == PF_INET)
222 else if (protocol == PF_INET6)
  /external/kernel-headers/original/linux/
netfilter.h 37 <= 0x2000 is used for protocol-flags. */
288 unsigned int dataoff, u_int8_t protocol);
304 u_int8_t protocol, unsigned short family)
312 csum = afinfo->checksum(skb, hook, dataoff, protocol);
  /frameworks/base/core/java/android/net/http/
Connection.java 36 import org.apache.http.protocol.ExecutionContext;
37 import org.apache.http.protocol.HttpContext;
38 import org.apache.http.protocol.BasicHttpContext;
488 // Resorting to protocol version default close connection policy
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 17 package org.apache.harmony.luni.internal.net.www.protocol.https;
35 import org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnection;
36 import org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl;
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 585 for (String protocol : protocols) {
586 if (!remainingProtocols.remove(protocol)) {
587 unknownProtocols.add(protocol);
  /bionic/libc/kernel/common/linux/
if_ppp.h 55 int protocol; member in struct:npioctl
skbuff.h 152 __be16 protocol; member in struct:sk_buff
  /development/ndk/platforms/android-3/include/linux/
if_ppp.h 55 int protocol; member in struct:npioctl
skbuff.h 152 __be16 protocol; member in struct:sk_buff
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 38 import org.apache.http.protocol.HttpContext;
265 * Layers a protocol on top of an established tunnel.
287 ("Protocol layering without a tunnel not supported.");
291 ("Multiple protocol layering not supported.");
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 43 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 41 import org.apache.http.protocol.HTTP;

Completed in 4008 milliseconds

<<11121314151617181920>>