Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 64) sorted by relevance

123

/external/tcpdump/
DINSTALL91 igrp.h - Interior Gateway Routing Protocol definitions
104 l2tp.h - Layer Two Tunneling Protocol definitions
123 ntp.h - Network Time Protocol definitions
133 ppp.h - Point to Point Protocol definitions
139 print-arp.c - Address Resolution Protocol printer routines
143 print-bgp.c - Border Gateway Protocol printer routines
146 print-cdp.c - Cisco Discovery Protocol printer routines
154 print-dvmrp.c - Distance Vector Multicast Routing Protocol printer routines
157 print-egp.c - External Gateway Protocol printer routines
164 print-hsrp.c - Cisco Hot Standby Router Protocol printer routines
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java85 protected Protocol sentProtocol;
105 sentProtocol = new Protocol(); in Via()
138 public Protocol getSentProtocol() { in getSentProtocol()
213 sentProtocol = new Protocol(); in setProtocolVersion()
231 public void setSentProtocol(Protocol s) { in setSentProtocol()
386 sentProtocol = new Protocol(); in setTransport()
416 sentProtocol = new Protocol(); in setProtocol()
536 retval.sentProtocol = (Protocol) this.sentProtocol.clone(); in clone()
DProtocol.java43 public class Protocol extends SIPObject { class
146 public Protocol() { in Protocol() method in Protocol
/external/protobuf/python/
DREADME.txt1 Protocol Buffers - Google's data interchange format
4 This directory contains the Python Protocol Buffers runtime library.
12 Protocol Compiler (protoc). If you downloaded this package from PyPI
15 Protocol Compiler from some other source before you can use this
21 The Python implementation of Protocol Buffers is not as mature as the C++
24 join the Protocol Buffers discussion list and let us know!
70 The complete documentation for Protocol Buffers is available via the
/external/protobuf/
DREADME.txt1 Protocol Buffers - Google's data interchange format
8 To build and install the C++ Protocol Buffer runtime and the Protocol
38 To compile a package that uses Protocol Buffers, you need to pass
40 Protocol Buffers integrates with pkg-config to manage this. If you
52 Note that packages written prior to the 2.2.0 release of Protocol
63 If you are writing an autoconf-based package that uses Protocol
127 Protocol Buffers C++ runtime libraries will have compatible ABIs.
140 The Java and Python runtime libraries for Protocol Buffers are located
143 Note that both of them require you to first install the Protocol
149 The complete documentation for Protocol Buffers is available via the
DREADME.android9 Protocol Buffers are a way of encoding structured data in an efficient
10 yet extensible format. Google uses Protocol Buffers for almost all
DCONTRIBUTORS.txt2 to the public version of Protocol Buffers.
4 Original Protocol Buffers design and implementation:
73 * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
Dprotobuf-lite.pc.in6 Name: Protocol Buffers
Dprotobuf.pc.in6 Name: Protocol Buffers
/external/ppp/pppd/plugins/radius/etc/
Ddictionary22 # Framed-Protocol = PPP
52 ATTRIBUTE Framed-Protocol 7 integer
94 # Experimental Non Protocol Attributes used by Cistron-Radiusd
108 # Non-Protocol Attributes
145 VALUE Framed-Protocol PPP 1
146 VALUE Framed-Protocol SLIP 2
215 # Non-Protocol Integer Translations
231 # Experimental Non-Protocol Integer Translations for Cistron-Radiusd
Ddictionary.ascend21 ATTRIBUTE Tunneling-Protocol 127 integer
153 VALUE Framed-Protocol ARA 255
154 VALUE Framed-Protocol MPP 256
155 VALUE Framed-Protocol EURAW 257
156 VALUE Framed-Protocol EUUI 258
157 VALUE Framed-Protocol X25 259
158 VALUE Framed-Protocol COMB 260
159 VALUE Framed-Protocol FR 261
160 VALUE Framed-Protocol MP 262
161 VALUE Framed-Protocol FR-CIR 263
/external/chromium/net/socket/
Dssl_test_util.h33 enum Protocol { enum
51 bool Start(Protocol protocol,
/external/e2fsprogs/lib/et/test_cases/
Dsimple.et34 "Protocol version mismatch"
55 "Protocol error"
/external/protobuf/vsprojects/
Dreadme.txt1 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
103 C4251 is of particular note, if you are compiling the Protocol Buffer library
110 Protocol Buffer implementation does not rely on static template members being
/external/protobuf/examples/
DREADME.txt1 This directory contains example code that uses Protocol Buffers to manage an
24 These examples are part of the Protocol Buffers tutorial, located at:
/external/protobuf/src/google/protobuf/
Dunittest_empty.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
Dunittest_optimize_for.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
Dunittest_import.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
Dunittest_embed_optimize_for.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
Dunittest_mset.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
/external/nist-sip/java/gov/nist/javax/sip/parser/
DViaParser.java78 Protocol protocol = new Protocol(); in parseVia()
/external/protobuf/java/
DREADME.txt1 Protocol Buffers - Google's data interchange format
4 This directory contains the Java Protocol Buffers runtime library.
9 The Protocol Buffers build is managed using Maven. If you would
46 Building the 'lite' version of the Java Protocol Buffers library is
266 The complete documentation for Protocol Buffers is available via the
/external/protobuf/editors/
DREADME.txt2 to properly display Protocol Buffer files.
Dproto.vim1 " Protocol Buffers - Google's data interchange format
31 " This is the Vim syntax file for Google Protocol Buffers.
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by

123