HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 376 - 400 of 3891) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 34 IPPROTO_IP = 0, /* Dummy protocol for TCP. */
38 IPPROTO_ICMP = 1, /* Internet Control Message Protocol. */
40 IPPROTO_IGMP = 2, /* Internet Group Management Protocol. */
44 IPPROTO_TCP = 6, /* Transmission Control Protocol. */
46 IPPROTO_EGP = 8, /* Exterior Gateway Protocol. */
48 IPPROTO_PUP = 12, /* PUP protocol. */
50 IPPROTO_UDP = 17, /* User Datagram Protocol. */
52 IPPROTO_IDP = 22, /* XNS IDP protocol. */
54 IPPROTO_TP = 29, /* SO Transport Protocol Class 4. */
62 IPPROTO_RSVP = 46, /* Reservation Protocol. *
    [all...]
  /external/chromium/net/websockets/
websocket_job_unittest.cc 241 "Sec-WebSocket-Protocol: sample\r\n"
258 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
263 "Sec-WebSocket-Protocol: sample\r\n"
286 "Sec-WebSocket-Protocol: sample\r\n"
305 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
310 "Sec-WebSocket-Protocol: sample\r\n"
354 "Sec-WebSocket-Protocol: sample\r\n"
367 "Sec-WebSocket-Protocol: sample\r\n"
385 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
390 "Sec-WebSocket-Protocol: sample\r\n
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHandshakeImpl.java 44 * Client side handshake protocol implementation.
45 * Handshake protocol operates on top of the Record Protocol.
50 * to Record Protocol. Detected errors are reported to the Alert protocol.
53 * TLS Handshake Protocol</a>
94 session.protocol = ProtocolVersion.getLatestVersion(parameters.getEnabledProtocols());
95 recordProtocol.setVersion(session.protocol.version);
115 session.protocol = ProtocolVersion.getLatestVersion(parameters.getEnabledProtocols());
116 recordProtocol.setVersion(session.protocol.version)
    [all...]
  /external/clang/test/Analysis/
variadic-method-types.m 18 @protocol NSObject
24 @protocol NSCopying
27 @protocol NSMutableCopying
31 @protocol NSCoding
39 @protocol NSFastEnumeration
60 @protocol P;
85 @protocol RDar9273215
CheckNSError.m 9 @protocol NSObject - (BOOL)isEqual:(id)object; @end
10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
11 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
dead-stores.m 7 @protocol NSObject - (BOOL)isEqual:(id)object; @end
8 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
9 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
  /external/dhcpcd/
bpf.c 52 open_socket(struct interface *iface, int protocol)
110 if (protocol == ETHERTYPE_ARP) {
138 send_raw_packet(const struct interface *iface, int protocol,
147 hw.ether_type = htons(protocol);
152 if (protocol == ETHERTYPE_ARP)
162 get_raw_packet(struct interface *iface, int protocol,
170 if (protocol == ETHERTYPE_ARP)
  /external/kernel-headers/original/asm-generic/
errno.h 20 #define EUNATCH 49 /* Protocol driver not attached */
44 #define EPROTO 71 /* Protocol error */
64 #define EPROTOTYPE 91 /* Protocol wrong type for socket */
65 #define ENOPROTOOPT 92 /* Protocol not available */
66 #define EPROTONOSUPPORT 93 /* Protocol not supported */
69 #define EPFNOSUPPORT 96 /* Protocol family not supported */
70 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
  /external/libpcap/
README.linux 2 the "packet" protocol must be supported by your kernel. If it is not,
9 socket: Address family not supported by protocol
14 protocol; the following note is from the Linux "Configure.help" file for
19 The Packet protocol is used by applications which communicate
21 protocol implemented in the kernel, e.g. tcpdump. If you want them
35 The Packet protocol is used by applications which communicate
37 protocol implemented in the kernel, e.g. tcpdump. If you want them
  /external/ppp/pppd/
lcp.h 2 * lcp.h - Link Control Protocol definitions.
51 #define CI_QUALITY 4 /* Quality Protocol */
53 #define CI_PCOMPRESSION 7 /* Protocol Field Compression */
63 #define PROTREJ 8 /* Protocol Reject */
67 #define CBCP_OPT 6 /* Use callback control protocol */
82 bool neg_pcompression; /* HDLC Protocol Field Compression? */
113 void lcp_sprotrej __P((int, u_char *, int)); /* send protocol reject */
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 87 debug("Protocol attribute, update document base URI without attribute having been set");
89 a.href = "protocol:";
91 shouldBe("a.href", "'protocol:'");
93 debug("Protocol attribute, update document base URI after attribute has been set");
96 a.protocol = "protocol:";
98 shouldBe("a.href", "'protocol:'");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 20 #define EUNATCH 49 /* Protocol driver not attached */
44 #define EPROTO 71 /* Protocol error */
64 #define EPROTOTYPE 91 /* Protocol wrong type for socket */
65 #define ENOPROTOOPT 92 /* Protocol not available */
66 #define EPROTONOSUPPORT 93 /* Protocol not supported */
69 #define EPFNOSUPPORT 96 /* Protocol family not supported */
70 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
36 #define IFF_NOARP 0x80 /* no ARP protocol */
77 #define IF_PROTO_HDLC 0x2000 /* raw HDLC protocol */
78 #define IF_PROTO_PPP 0x2001 /* PPP protocol */
79 #define IF_PROTO_CISCO 0x2002 /* Cisco HDLC protocol */
80 #define IF_PROTO_FR 0x2003 /* Frame Relay protocol */
131 unsigned int type; /* Type of physical device or protocol */
  /external/protobuf/vsprojects/
readme.txt 1 This directory contains project files for compiling Protocol Buffers using
2 MSVC. This is not the recommended way to do Protocol Buffer development --
31 Static linking is now the default for the Protocol Buffer libraries. Due to
56 recommend that you do NOT expose protocol buffer objects in your library's
57 public interface, and that you statically link protocol buffers into your
103 C4251 is of particular note, if you are compiling the Protocol Buffer library
104 as a DLL (see previous section). The protocol buffer library uses templates in
110 Protocol Buffer implementation does not rely on static template members being
113 produced when compiling code which merely uses protocol buffers, meaning you
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 104 int connectsock(char *host, char *service, char *protocol)
116 if(pse = getservbyname(service, protocol))
133 /* Map protocol name to protocol number */
134 if((ppe = getprotobyname(protocol)) == 0)
136 fprintf(stderr, "udpred: can't get \"%s\" protocol entry\n", protocol);
140 /* Use protocol to choose a socket type */
141 if(strcmp(protocol, "udp") == 0)
  /external/apache-http/src/org/apache/http/protocol/
ExecutionContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ExecutionContext.java $
32 package org.apache.http.protocol;
35 * {@link HttpContext Context} attribute names for protocol execution.
  /external/bluetooth/bluez/tools/
bccmd.8 31 Blue Core Serial Protocol.
34 H4 serial protocol.
37 3WIRE protocol (not implemented).
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.h 7 // The anti-phishing and anti-malware protocol sends ASCII strings of numbers
9 // Clients of this protocol need to be able to convert back and forth between
55 // Convenience for going from a list of chunks to a string in protocol
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 35 // Utility functions to convert sync protocol buffers to dictionaries.
36 // Each protocol field is mapped to a key of the same name. Repeated
67 // Sub-protocol of PasswordSpecifics.
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 10 #include "chrome/browser/sync/protocol/app_specifics.pb.h"
11 #include "chrome/browser/sync/protocol/autofill_specifics.pb.h"
12 #include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
13 #include "chrome/browser/sync/protocol/extension_specifics.pb.h"
14 #include "chrome/browser/sync/protocol/nigori_specifics.pb.h"
15 #include "chrome/browser/sync/protocol/password_specifics.pb.h"
16 #include "chrome/browser/sync/protocol/preference_specifics.pb.h"
17 #include "chrome/browser/sync/protocol/session_specifics.pb.h"
18 #include "chrome/browser/sync/protocol/sync.pb.h"
19 #include "chrome/browser/sync/protocol/theme_specifics.pb.h
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_unittest.mm 16 // OCMock wants to mock a concrete class or protocol. This should
17 // provide a correct protocol for newer versions of the SDK, while
20 @protocol MockTextEditingDelegate<NSControlTextEditingDelegate>
  /external/clang/test/SemaObjC/
ivar-access-tests.m 85 @protocol NSObject - (BOOL)isEqual:(id)object;
87 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
94 @protocol NSAnimatablePropertyContainer
  /external/e2fsprogs/lib/et/test_cases/
heimdal.et 39 ec RD_AP_VERSION, "Kerberos protocol version mismatch"
47 ec GT_PW_PROT, "Kerberos protocol error"
55 ec INTK_PROT, "Kerberos error: Protocol Error"
  /external/kernel-headers/original/linux/
icmp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the ICMP protocol.
41 #define ICMP_PROT_UNREACH 2 /* Protocol Unreachable */
ip.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the IP protocol.
97 __u8 protocol; member in struct:iphdr

Completed in 1893 milliseconds

<<11121314151617181920>>