/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransport.cc | 79 bool P2PTransportParser::ParseCandidates(SignalingProtocol protocol, 146 const buzz::QName& GetCandidateQName(SignalingProtocol protocol) { 147 if (protocol == PROTOCOL_GINGLE) { 156 bool P2PTransportParser::WriteCandidates(SignalingProtocol protocol, 165 new buzz::XmlElement(GetCandidateQName(protocol)); 181 elem->SetAttr(QN_PROTOCOL, candidate.protocol());
|
/external/clang/test/Analysis/ |
delegates.m | 27 @class NSString, Protocol; 32 @protocol NSObject 38 @protocol NSCopying 41 @protocol NSMutableCopying 44 @protocol NSCoding 55 @protocol NSFastEnumeration
|
/external/clang/test/SemaObjC/ |
format-strings-objc.m | 14 @class NSString, Protocol; 18 @protocol NSObject - (BOOL)isEqual:(id)object; @end 19 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end 20 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end 21 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end 59 @protocol Foo;
|
/external/iproute2/examples/diffserv/ |
afcbq | 54 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex mask 0xfc " . 59 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 tcindex ". 67 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 handle $class ". 78 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 ". 97 print "$TC filter add $DEV parent 1:0 protocol ip prio 2 ". 102 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 handle 0 tcindex ".
|
/external/ppp/pppd/ |
fsm.h | 2 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions. 68 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm 82 char *term_reason; /* Reason for closing protocol */ 110 void (*protreject) /* Called when Protocol-Reject received */ 116 char *proto_name; /* String name for protocol (for messages) */
|
demand.c | 107 * Call the demand_conf procedure for each protocol that's got one. 117 * demand_block - set each network protocol to block further packets. 127 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE); 132 * demand_discard - set each network protocol to discard packets 144 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_ERROR); 160 * demand_unblock - set each enabled network protocol to pass packets. 170 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS); 352 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) { 360 return 0; /* not a supported protocol !!?? * [all...] |
main.c | 2 * main.c - Point-to-Point Protocol main module 277 * PPP Data Link Layer "protocol" table. 278 * One entry per supported protocol. 353 * Initialize each protocol. 582 lcp_open(0); /* Start protocol */ 918 /* List of protocol names, to make our messages a little more informative. */ 932 { 0x33, "Stream Protocol ST-II" }, 942 { 0x49, "Serial Data Transport Protocol (PPP-SDTP)" }, 954 { 0x8021, "Internet Protocol Control Protocol" }, 1010 u_short protocol; local [all...] |
/external/qemu/ |
vl-android-ui.c | 53 #include "android/protocol/core-connection.h" 54 #include "android/protocol/attach-ui-impl.h" 55 #include "android/protocol/fb-updates-impl.h" 56 #include "android/protocol/user-events-proxy.h" 57 #include "android/protocol/core-commands-proxy.h" 58 #include "android/protocol/ui-commands-impl.h"
|
/external/tcpdump/ |
smb.h | 35 #define SMBnegprot 0x72 /* negotiate protocol */ 51 /* Core+ protocol */ 59 /* dos extended protocol */ 86 /* Extended 2.0 protocol */ 87 #define SMBtrans2 0x32 /* TRANS2 protocol set */ 88 #define SMBtranss2 0x33 /* TRANS2 protocol set, secondary command */
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbDevice.java | 55 int Class, int subClass, int protocol, Parcelable[] interfaces) { 61 mProtocol = protocol; 126 * Returns the device's protocol field. 128 * @return the device's protocol 184 int protocol = in.readInt(); 186 return new UsbDevice(name, vendorId, productId, clasz, subClass, protocol, interfaces);
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
accessorychat.c | 148 uint16_t protocol; local 150 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 0); 152 printf("device supports protocol version %d\n", protocol); 154 fprintf(stderr, "failed to read protocol version\n");
|
/hardware/msm7k/librpc/rpc/ |
svc.h | 78 rpcvers_t rq_vers; /* service protocol version */ 107 * svc_register_with_plugger(xprt, prog, vers, dispatch, protocol) 112 * rpcprot_t protocol; like TCP or UDP, zero means do not register 122 * svc_register(xprt, prog, vers, dispatch, protocol) 127 * rpcprot_t protocol; like TCP or UDP, zero means do not register 187 * It is the service/protocol writer's responsibility to know which calls are
|
/libcore/luni/src/main/native/ |
libcore_net_RawSocket.cpp | 63 short protocol = ETH_P_IP; local 67 su.sll.sll_protocol = htons(protocol); 70 int sock = socket(PF_PACKET, SOCK_DGRAM, htons(protocol)); 123 short protocol = ETH_P_IP; local 130 su.sll.sll_protocol = htons(protocol); 194 u_int8_t ip_proto = ((iphdr *) packetData)->protocol;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
control_external.h | 65 * Protocol version 67 #define SND_CTL_EXT_VERSION_MAJOR 1 /**< Protocol major version */ 68 #define SND_CTL_EXT_VERSION_MINOR 0 /**< Protocol minor version */ 69 #define SND_CTL_EXT_VERSION_TINY 0 /**< Protocol tiny version */ 71 * external plugin protocol version 80 * protocol version; #SND_CTL_EXT_VERSION must be filled here
|
pcm_ioplug.h | 64 * Protocol version 66 #define SND_PCM_IOPLUG_VERSION_MAJOR 1 /**< Protocol major version */ 67 #define SND_PCM_IOPLUG_VERSION_MINOR 0 /**< Protocol minor version */ 68 #define SND_PCM_IOPLUG_VERSION_TINY 1 /**< Protocol tiny version */ 70 * IO-plugin protocol version 79 * protocol version; #SND_PCM_IOPLUG_VERSION must be filled here
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/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 */ 66 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ 67 #define ETH_P_WCCP 0x883E /* Web-cache coordination protocol 85 #define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */
|
/development/tools/emulator/opengl/host/tools/emugen/ |
README | 3 The emugen tool is a tool to generate a wire protocol implementation 13 * Wire Protocol Description 24 Wire Protocol packet structure: 60 The wire protocol also allows exchanging of pointer data 100 The Wire protocol is designed to impose minimum overhead on the client 107 Emugen input files - protocol specification 109 The protocol generated by emugen consists of two input files: 111 1. basename.in - A sepcification of the protocol RPC procedures. This 115 ?basename? is the basename for the protocol and will be used to prefix 116 the files that are generated for this protocol. A line in the .i [all...] |
/prebuilt/common/http-client/ |
httpcore-4.1.jar | |
/external/iproute2/tc/ |
f_rsvp.c | 29 fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n"); 85 if (pinfo->protocol == 0) 86 pinfo->protocol = IPPROTO_AH; 97 if (pinfo->protocol == 0) 98 pinfo->protocol = IPPROTO_ESP; 203 if (pinfo.dpi.mask || pinfo.protocol) 215 if (pinfo.spi.mask || pinfo.protocol) 226 pinfo.protocol = num; 365 if (pinfo && pinfo->protocol) { 367 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1))) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 75 assertEquals("u returns a wrong protocol", "http", u.getProtocol()); 84 assertEquals("u1 returns a wrong protocol", "http", u1.getProtocol()); 93 assertEquals("u2 returns a wrong protocol", "http", u2.getProtocol()); 102 assertEquals("u2a returns a wrong protocol", "file", u2a.getProtocol()); 112 assertEquals("u3 returns a wrong protocol", "http", u3.getProtocol()); 120 assertEquals("u3a returns a wrong protocol", "file", u3a.getProtocol()); 129 assertEquals("u3b returns a wrong protocol", "file", u3b.getProtocol()); 139 assertEquals("u4 returns a wrong protocol", "http", u4.getProtocol()); 147 assertEquals("u5 returns a wrong protocol", "file", u5.getProtocol()); 154 assertEquals("u5a returns a wrong protocol", "file", u5a.getProtocol()) [all...] |
/bionic/libc/include/sys/ |
_errdefs.h | 87 __BIONIC_ERRDEF( EUNATCH , 49, "Protocol driver not attached" ) 108 __BIONIC_ERRDEF( EPROTO , 71, "Protocol error" ) 128 __BIONIC_ERRDEF( EPROTOTYPE , 91, "Protocol wrong type for socket" ) 129 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" ) 130 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" ) 133 __BIONIC_ERRDEF( EPFNOSUPPORT , 96, "Protocol family not supported" ) 134 __BIONIC_ERRDEF( EAFNOSUPPORT , 97, "Address family not supported by protocol" )
|
/development/ndk/platforms/android-3/include/sys/ |
_errdefs.h | 86 __BIONIC_ERRDEF( EUNATCH , 49, "Protocol driver not attached" ) 107 __BIONIC_ERRDEF( EPROTO , 71, "Protocol error" ) 127 __BIONIC_ERRDEF( EPROTOTYPE , 91, "Protocol wrong type for socket" ) 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" ) 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" ) 132 __BIONIC_ERRDEF( EPFNOSUPPORT , 96, "Protocol family not supported" ) 133 __BIONIC_ERRDEF( EAFNOSUPPORT , 97, "Address family not supported by protocol" )
|
/external/chromium/net/websockets/ |
websocket_handshake_draft75_unittest.cc | 23 "WebSocket-Protocol: sample\r\n" 35 const char kResponse[] = "HTTP/1.1 101 Web Socket Protocol Handshake\r\n" 40 "WebSocket-Protocol: sample\r\n" 83 "WebSocket-Protocol: sample\r\n" 94 const char kResponse[] ="HTTP/1.1 101 Web Socket Protocol Handshake\r\n" 99 "WebSocket-Protocol: sample\r\n" 120 "WebSocket-Protocol: sample\r\n"
|
/external/iproute2/doc/actions/ |
mirred-usage | 70 tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 \ 82 tc filter add dev lo parent ffff: protocol ip prio 10 u32 \ 94 tc filter add dev lo parent ffff: protocol ip prio 10 u32 \ 107 tc filter add dev lo parent ffff: protocol ip prio 10 u32 \ 121 tc filter add dev eth0 parent 1:0 protocol ip prio 6 u32 \ 136 tc filter add dev eth0 parent 1: protocol ip prio 10 u32 \ 148 tc filter add dev eth0 parent 1: protocol ip prio 10 u32 \
|
/external/iproute2/include/linux/ |
if.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 38 #define IFF_NOARP 0x80 /* no ARP protocol */ 90 #define IF_PROTO_HDLC 0x2000 /* raw HDLC protocol */ 91 #define IF_PROTO_PPP 0x2001 /* PPP protocol */ 92 #define IF_PROTO_CISCO 0x2002 /* Cisco HDLC protocol */ 93 #define IF_PROTO_FR 0x2003 /* Frame Relay protocol */ 142 unsigned int type; /* Type of physical device or protocol */
|