/external/ipsec-tools/src/libipsec/ |
policy_token.l | 127 esp { yylval.num = IPPROTO_ESP; return(PROTOCOL); } 128 ah { yylval.num = IPPROTO_AH; return(PROTOCOL); } 129 ipcomp { yylval.num = IPPROTO_IPCOMP; return(PROTOCOL); }
|
/external/ipsec-tools/src/racoon/ |
policy.h | 55 * NOTE: Ensure to be same address family and upper layer protocol. 66 u_int16_t ul_proto; /* upper layer Protocol */ 99 u_int8_t mode; /* mode of protocol, see ipsec.h */
|
/external/ppp/pppd/ |
ecp.c | 2 * ecp.c - PPP Encryption Control Protocol. 80 * Protocol entry points from main code. 152 f->protocol = PPP_ECP;
|
/external/ppp/pppd/include/net/ |
if_ppp.h | 4 * if_ppp.h - Point-to-Point Protocol definitions. 51 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 90 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
|
slcompress.h | 57 * Packet types (must not conflict with IP protocol version) 62 * with the 8-bit protocol field replaced by an 8-bit connection id -- 70 * IP protocol version number (4) which normally appears in this nibble
|
vjcompress.h | 57 * Packet types (must not conflict with IP protocol version) 62 * with the 8-bit protocol field replaced by an 8-bit connection id -- 70 * IP protocol version number (4) which normally appears in this nibble
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Internal.java | 0 // Protocol Buffers - Google's data interchange format 36 * The classes contained within are used internally by the Protocol Buffer 48 * The protocol compiler does not actually contain a UTF-8 decoder -- it
|
WireFormat.java | 0 // Protocol Buffers - Google's data interchange format 34 * This class is used internally by the Protocol Buffer library and generated 40 * the Protocol Buffer wire format.
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_generator.cc | 0 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by 72 // compiled into a Windows DLL. E.g., if the user invokes the protocol
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.h | 0 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by 98 // hacks that improve compatability with version 1 protocol buffers at Google.
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.h | 0 // Protocol Buffers - Google's data interchange format 57 // CodeGenerator implementation for generated Python protocol buffer classes. 58 // If you create your own protocol compiler binary and you want it to support
|
/external/protobuf/src/google/protobuf/ |
dynamic_message.h | 0 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by 54 // Sometimes you want to be able to manipulate protocol types that you don't
|
/external/qemu/android/protocol/ |
user-events-impl.c | 26 #include "android/protocol/user-events-protocol.h" 27 #include "android/protocol/user-events-impl.h"
|
/external/qemu/ |
osdep.c | 149 int qemu_socket(int domain, int type, int protocol) 154 ret = socket(domain, type | SOCK_CLOEXEC, protocol); 159 ret = socket(domain, type, protocol);
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/ |
set-href-attribute-host.js | 20 debug("Set default port for another protocol"); 65 debug("Set host to URL with file: protocol"); 110 debug("Set host to a URL with tel: protocol");
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
ResourceResponse.h | 135 // Was the resource fetched over a channel which used TLS/Next-Protocol-Negotiation (also SPDY related). 138 // Was the resource fetched over a channel which specified "Alternate-Protocol" 139 // (e.g.: Alternate-Protocol: 443:npn-spdy/1).
|
/external/webkit/Source/WebKit2/WebProcess/qt/ |
WebProcessMainQt.cpp | 106 QString protocol = query.protocolTag().toLower(); local 107 if (protocol == QLatin1String("http")) 109 else if (protocol == QLatin1String("https"))
|
/external/wpa_supplicant/ |
l2_packet_linux.c | 94 const char *ifname, const u8 *own_addr, unsigned short protocol, 112 htons(protocol)); 130 ll.sll_protocol = htons(protocol);
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_linux.c | 94 const char *ifname, const u8 *own_addr, unsigned short protocol, 112 htons(protocol)); 131 ll.sll_protocol = htons(protocol);
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_linux.c | 98 const char *ifname, const u8 *own_addr, unsigned short protocol, 116 htons(protocol)); 137 ll.sll_protocol = htons(protocol);
|
/frameworks/base/core/java/android/nfc/tech/ |
NfcB.java | 30 * implement their own protocol stack on top of {@link #transceive}. 82 * Return the Protocol Info bytes from ATQB/SENSB_RES at tag discovery. 86 * @return Protocol Info bytes from ATQB/SENSB_RES bytes
|
/frameworks/base/services/jni/ |
com_android_server_UsbHostManager.cpp | 74 uint8_t protocol = deviceDesc->bDeviceProtocol; local 82 // push class, subclass, protocol and number of endpoints into interfaceValues vector 113 deviceSubClass, protocol, interfaceArray, endpointArray);
|
/libcore/luni/src/main/java/java/net/ |
URLClassLoader.java | 408 String protocol = url.getProtocol(); local 409 if (protocol.equals("jar")) { 411 } else if (protocol.equals("file")) { 600 * method retrieves the permissions from the system policy. If the protocol 706 * the factory that will be used to create protocol-specific 768 String protocol = url.getProtocol(); local 770 if (isDirectory(url) || protocol.equals("jar")) { 777 // use jar protocol as the stream handler protocol 829 String protocol = nextCandidate.getProtocol() local [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionState.java | 23 * This abstract class is a base for Record Protocol operating environmet 24 * of different SSL protocol versions. 165 * Shutdownes the protocol. It will be impossiblke to use the instance
|
SSLSessionImpl.java | 45 ProtocolVersion protocol; field in class:SSLSessionImpl 158 return (protocol == null) ? "NONE" : protocol.name;
|