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

<<11121314151617181920>>

  /external/clang/test/CodeGenObjC/
property-category-impl.m 7 @protocol Proto
super-message-fragileabi.m 5 @protocol Proto
  /external/clang/test/Rewriter/
crash.m 16 @protocol A
method-encoding-1.m 3 @protocol P1
rewrite-foreach-1.m 3 @protocol P @end
rewrite-foreach-2.m 3 @protocol P @end
rewrite-qualified-id.mm 7 @protocol foo
  /external/clang/test/SemaObjC/
catch-stmt.m 3 @protocol P;
comptypes-2.m 6 @protocol MyProtocol
comptypes-3.m 7 @protocol MyProtocolA
11 @protocol MyProtocolB
15 @protocol MyProtocolAB <MyProtocolA, MyProtocolB>
18 @protocol MyProtocolAC <MyProtocolA>
property-category-2.m 5 @protocol MyProtocol
protocol-qualified-class-unsupported.m 15 @protocol Func
  /external/clang/test/SemaObjCXX/
cstyle-cast.mm 3 @protocol P @end
vararg-non-pod.mm 5 @protocol P;
  /external/iproute2/include/linux/
if_arp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Global definitions for the ARP (RFC 826) protocol.
28 /* ARP protocol HARDWARE identifiers. */
60 #define ARPHRD_DDCMP 517 /* Digital's DDCMP protocol */
98 /* ARP protocol opcodes. */
110 struct sockaddr arp_pa; /* protocol address */
118 struct sockaddr arp_pa; /* protocol address */
139 __be16 ar_pro; /* format of protocol address */
141 unsigned char ar_pln; /* length of protocol address */
  /external/iptables/iptables/
xshared.c 79 * loading of the protocol match extension. '-p tcp' means 'l4 proto 6' and at
80 * the same time 'load tcp protocol match on demand if we specify --dport'.
84 * - a protocol has been specified
85 * - the protocol extension has not been loaded yet, or is loaded and unused
87 * - the protocol extension can be successively loaded
91 if (cs->protocol == NULL)
93 if (find_proto(cs->protocol, XTF_DONT_LOAD,
103 return find_proto(cs->protocol, XTF_TRY_LOAD,
135 /* Try loading protocol */
  /external/iptables/libipq/
ipq_create_handle.3 27 .BI "struct ipq_handle *ipq_create_handle(u_int32_t " flags ", u_int32_t " protocol ");"
45 .I protocol
46 parameter is used to specify the protocol of the packets to be queued.
48 only one protocol may be queued at a time for a handle.
  /external/kernel-headers/original/linux/
if_arp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Global definitions for the ARP (RFC 826) protocol.
28 /* ARP protocol HARDWARE identifiers. */
60 #define ARPHRD_DDCMP 517 /* Digital's DDCMP protocol */
98 /* ARP protocol opcodes. */
110 struct sockaddr arp_pa; /* protocol address */
118 struct sockaddr arp_pa; /* protocol address */
139 __be16 ar_pro; /* format of protocol address */
141 unsigned char ar_pln; /* length of protocol address */
  /external/kernel-headers/original/linux/nfsd/
const.h 18 * Maximum protocol version supported by knfsd
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 22 void setProtocol(String protocol) throws ParseException;
  /external/protobuf/
protobuf-lite.pc.in 6 Name: Protocol Buffers
protobuf.pc.in 6 Name: Protocol Buffers
  /external/protobuf/src/google/protobuf/io/
package_info.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
45 // The Protocol Buffer library uses the classes in this package to deal with
48 // work with their own I/O abstractions -- e.g., to allow Protocol Buffers
  /external/tcpdump/
ipproto.h 49 #define IPPROTO_ICMP 1 /* control message protocol */
52 #define IPPROTO_IGMP 2 /* group mgmt protocol */
61 #define IPPROTO_EGP 8 /* exterior gateway protocol */
67 #define IPPROTO_UDP 17 /* user datagram protocol */
70 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */
107 * The current Protocol Numbers list says that the IP protocol number for
112 * a protocol called CFTP; however, the only reference for CFTP is a
114 * aas well as 135, as a protocol number for mobility headers.
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
set-href-attribute-prevents-rebase-expected.txt 33 Protocol attribute, update document base URI without attribute having been set
34 PASS a.href is 'protocol:'
35 Protocol attribute, update document base URI after attribute has been set
36 PASS a.href is 'protocol:'

Completed in 670 milliseconds

<<11121314151617181920>>