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

<<11121314151617181920>>

  /external/chromium/testing/
gtest_mac.h 19 // to the NSObject protocol. Used to implement {ASSERT|EXPECT}_EQ().
26 // to the NSObject protocol. Used to implement {ASSERT|EXPECT}_NE().
gtest_mac.mm 19 // to the NSObject protocol. Used to implement {ASSERT|EXPECT}_EQ().
35 // to the NSObject protocol. Used to implement {ASSERT|EXPECT}_NE().
  /external/clang/test/CodeGenObjC/
protocol-in-extended-class.m 7 @protocol MyProtocol
10 @protocol ExtendedProtocol
  /external/clang/test/Coverage/
objc-language-features.inc 3 @protocol P0;
5 @protocol P1
  /external/clang/test/SemaObjC/
continuation-class-err.m 19 @protocol Proto
23 @protocol Foo<Proto>
foreach.m 21 @protocol NSObject @end
35 @protocol NSFastEnumeration
  /external/clang/test/SemaObjCXX/
conversion-to-objc-pointer-2.mm 4 @protocol NSObject @end
33 @protocol TFooProtocol <NSObject>
objc-decls-inside-namespace.mm 5 @protocol P; //expected-error{{Objective-C declarations may only appear in global scope}}
17 @protocol P //expected-error{{Objective-C declarations may only appear in global scope}}
  /external/e2fsprogs/lib/et/test_cases/
simple.c 19 "Protocol version mismatch",
26 "Protocol error",
  /external/iproute2/examples/diffserv/
Edge31-cb-chains 52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
106 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
108 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
110 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
112 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
  /external/iproute2/include/linux/
if_ether.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
39 * These are the defined Ethernet Protocol ID's.
45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
67 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */
68 #define ETH_P_WCCP 0x883E /* Web-cache coordination protocol
83 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */
91 #define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */
112 #define ETH_P_CAIF 0x00F7 /* ST-Ericsson CAIF protocol */
  /external/iproute2/include/
xt-internal.h 8 /* protocol family dependent informations */
10 /* protocol family */
  /external/iptables/extensions/
libip6t_ipv6header.man 35 which matches any upper layer protocol header. A protocol name from
  /external/kernel-headers/original/linux/
if_ether.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
39 * These are the defined Ethernet Protocol ID's.
45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
67 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */
68 #define ETH_P_WCCP 0x883E /* Web-cache coordination protocol
83 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */
91 #define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */
112 #define ETH_P_CAIF 0x00F7 /* ST-Ericsson CAIF protocol */
nfs2.h 2 * NFS protocol definitions
4 * This file contains constants for Version 2 of the protocol.
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 14 * Selected ISO/IEC TR 9577 Network Layer Protocol Identifiers (NLPID)
43 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port);
misc.c 45 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port)
48 vs_id[4] = protocol; /* e.g. IP_TCP or IP_UDP; from netinet/protocols.h */
  /external/protobuf/
README.android 9 Protocol Buffers are a way of encoding structured data in an efficient
10 yet extensible format. Google uses Protocol Buffers for almost all
  /external/qemu/android/protocol/
ui-commands-impl.h 18 #include "android/protocol/ui-commands.h"
22 * part of the UI control protocol. Here we handle UI control commands sent by
  /libcore/luni/src/main/java/java/net/
SocketAddress.java 23 * This abstract class represents a protocol-independent base for
25 * according to a specific protocol.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cm4000_cs.h 25 * I've changed "ptsreq.protocol" from "unsigned long" to "u_int32_t".
31 u_int32_t protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
nfs2.h 2 * NFS protocol definitions
4 * This file contains constants for Version 2 of the protocol.
udp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the UDP protocol.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 4 /* This file describes the netlink messages (i.e. 'protocol packets'),
19 __be16 hw_protocol; /* hw protocol (network order) */
  /external/tcpdump/
print-cdp.c 56 { 0x08, "Protocol-Hello option"},
165 case 0x08: /* Protocol Hello Option - not documented */
226 * Protocol type values.
228 * PT_NLPID means that the protocol type field contains an OSI NLPID.
230 * PT_IEEE_802_2 means that the protocol type field contains an IEEE 802.2
231 * LLC header that specifies that the payload is for that protocol.
255 pt = p[0]; /* type of "protocol" field */
256 pl = p[1]; /* length of "protocol" field */
266 * IPv4: protocol type = NLPID, protocol length =
    [all...]

Completed in 1641 milliseconds

<<11121314151617181920>>