/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
|
README.txt | 0 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 [all...] |
/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:'
|
set-href-attribute-protocol.html | 10 <script src="script-tests/set-href-attribute-protocol.js"></script>
|
/external/webkit/Source/WebKit2/Shared/ |
WebSecurityOrigin.h | 47 static PassRefPtr<WebSecurityOrigin> create(const String& protocol, const String& host, int port) 49 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::create(protocol, host, port); 55 const String protocol() const { return m_securityOrigin->protocol(); } function in class:WebKit::WebSecurityOrigin
|
/frameworks/base/core/java/com/android/internal/util/ |
Protocol.java | 26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI + 27 * Protocol.MAX_MESSAGE 34 public class Protocol {
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/ |
ForwarderManager.java | 65 String protocol; local 67 protocol = "https"; 70 protocol = "http"; 76 url = new URL(protocol, HOST_IP, port, "/");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/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. */ 59 #define ARPHRD_DDCMP 517 /* Digital's DDCMP protocol */ 92 /* ARP protocol opcodes. */ 104 struct sockaddr arp_pa; /* protocol address */ 112 struct sockaddr arp_pa; /* protocol address */ 134 __be16 ar_pro; /* format of protocol address */ 136 unsigned char ar_pln; /* length of protocol address */
|
netfilter.h | 26 <= 0x2000 is used for protocol-flags. */
|
smb.h | 42 enum smb_protocol protocol; member in struct:smb_conn_opt
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_ip.h | 36 uint8_t protocol; member in struct:ebt_ip_info
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_arp.h | 1 /* Definitions for Address Resolution Protocol. 39 /* ARP protocol opcodes. */ 48 /* See RFC 826 for protocol description. ARP packets are variable 50 Protocol type values are the same as those for 10 Mb/s Ethernet. 58 unsigned short int ar_pro; /* Format of protocol address. */ 60 unsigned char ar_pln; /* Length of protocol address. */ 73 /* ARP protocol HARDWARE identifiers. */ 139 struct sockaddr arp_pa; /* Protocol address. */ 148 struct sockaddr arp_pa; /* Protocol address. */
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 40 import org.apache.http.protocol.HTTP; 77 * A version of the protocol to parse. 78 * The version is typically not relevant, but the protocol name. 80 protected final ProtocolVersion protocol; field in class:BasicLineParser 84 * Creates a new line parser for the given HTTP-like protocol. 86 * @param proto a version of the protocol to parse, or 88 * is not relevant, only the protocol name. 94 this.protocol = proto; 139 final String protoname = this.protocol.getProtocol(); 152 ("Not a valid protocol version: " [all...] |
LineParser.java | 63 * Parses the textual representation of a protocol version. 67 * @param buffer a buffer holding the protocol version to parse 71 * @return the parsed protocol version 81 * Checks whether there likely is a protocol version in a line. 83 * likely protocol version specification. It does <i>not</i> 90 * @param cursor the cursor at which to check for a protocol version, or 92 * whitespace before or after the protocol version is 95 * @return <code>true</code> if there is a protocol version at the
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Reason.java | 29 * reason-value = protocol *(SEMI reason-params) 30 * protocol = "SIP" / "Q.850" / token 31 * reason-params = protocol-cause / reason-text 33 * protocol-cause = "cause" EQUAL cause 65 protected String protocol; field in class:Reason 83 /** Set the protocol 85 *@param protocol - protocol to set. 88 public void setProtocol(String protocol) throws ParseException { 89 this.protocol = protocol [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitsecurityorigin.cpp | 35 * by web sites. An origin consists of a host name, a protocol, and a port 67 g_free(priv->protocol); 142 * WebKitSecurityOrigin:protocol: 144 * The protocol of the security origin. 149 g_param_spec_string("protocol", 150 _("Protocol"), 151 _("The protocol of the security origin"), 224 * Returns the protocol for the security origin. 226 * Returns: the protocol for the security origin 235 WTF::String protocol = priv->coreOrigin->protocol() local [all...] |
/external/chromium/chrome/common/extensions/ |
update_manifest_unittest.cc | 12 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 21 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 31 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 40 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 49 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 57 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 66 "<g:gupdate xmlns:g='http://www.google.com/update2/response' protocol='2.0'>" 78 " xmlns:a='http://a' protocol='2.0'>" 90 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 101 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> [all...] |
/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 56 * protocol/mode/src-dst/level 57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default 58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default 59 * protocol/transport parsed as protocol/mode/any-any/default 60 * protocol/transport//level parsed as protocol/mode/any-any/level 142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS POR [all...] |