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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 198 errstr = "EOF occurred in violation of protocol";
316 errstr = ERRSTR("Invalid SSL protocol variant specified.");
423 int protocol = PY_SSL_VERSION_SSL23; local
434 &verification_mode, &protocol,
441 "protocol %d, certs %p\n",
443 protocol, cacerts_file);
448 protocol, cacerts_file,
453 "sslwrap(socket, server_side, [keyfile, certfile, certs_mode, protocol,\n"
    [all...]
  /external/curl/lib/vtls/
darwinssl.c 2271 SSLProtocol protocol = 0; local
    [all...]
  /external/iproute2/include/uapi/linux/
bpf.h 431 * Change protocol of the skb. Currently supported is v4 -> v6,
436 * @proto: new skb->protocol type
704 __u32 protocol; member in struct:__sk_buff
761 __u32 protocol; member in struct:bpf_sock
  /external/iptables/include/
xtables.h 65 * %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t)
155 uint8_t u8, u8_range[2], syslog_level, protocol; member in union:xt_option_call::__anon22439
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 189 this._protocol = map.get(Fields.Protocol);
252 String protocol = ""; local
285 protocol = casePreservedType.substring(start, end);
287 if (protocol.length() > 0) {
288 index = aType.indexOf("_" + protocol.toLowerCase() + ".");
289 int start = index + protocol.length() + 2;
304 qualifiedNameMap.put(Fields.Protocol, protocol);
322 // Optional protocol
323 String protocol = (qualifiedNameMap.containsKey(Fields.Protocol) ? qualifiedNameMap.get(Fields.Protocol) : "tcp") local
378 String protocol = this.getProtocol(); local
428 String protocol = this.getProtocol(); local
    [all...]
  /external/kernel-headers/original/uapi/linux/
ip_vs.h 133 __u16 protocol; member in struct:ip_vs_service_user
195 __u16 protocol; member in struct:ip_vs_service_entry
235 __u16 protocol; member in struct:ip_vs_get_dests
348 IPVS_SVC_ATTR_PROTOCOL, /* virtual service protocol */
  /external/libmicrohttpd/src/microhttpd/
internal.h 231 * protocol is this header from).
844 * Memory location to return for protocol session info.
846 const char* protocol; member in struct:MHD_Connection
849 * Memory location to return for protocol session info.
    [all...]
  /external/libpcap/
pcap-common.c 133 * PPP in HDLC-like framing header (with 0xff 0x03 before the PPP protocol
229 #define LINKTYPE_TZSP 128 /* Tazmen Sniffer Protocol */
663 * DLT_AOS. We need it for AOS Space Data Link Protocol.
779 * http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-messages
784 * http://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol
811 * Variant of 3GPP TS 27.010 multiplexing protocol. Requested
872 * used by their ng40 protocol tester.
880 * (Near-Field Communications) Logical Link Control Protocol (LLCP) PDU,
881 * as specified by NFC Forum Logical Link Control Protocol Technical
936 * Link-layer header type for upper-protocol layer PDU saves from wireshark
1195 u_int16_t protocol; local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 18 import com.squareup.okhttp.Protocol;
73 /** The protocol variant, like {@link com.squareup.okhttp.internal.framed.Spdy3}. */
74 final Protocol protocol; field in class:FramedConnection
132 protocol = builder.protocol;
138 if (builder.client && protocol == Protocol.HTTP_2) {
154 if (protocol == Protocol.HTTP_2)
541 private Protocol protocol = Protocol.SPDY_3; field in class:FramedConnection.Builder
572 public Builder protocol(Protocol protocol) { method in class:FramedConnection.Builder
    [all...]
  /external/ppp/pppd/
main.c 2 * main.c - Point-to-Point Protocol main module
274 * PPP Data Link Layer "protocol" table.
275 * One entry per supported protocol.
350 * Initialize each protocol.
579 lcp_open(0); /* Start protocol */
916 /* List of protocol names, to make our messages a little more informative. */
930 { 0x33, "Stream Protocol ST-II" },
940 { 0x49, "Serial Data Transport Protocol (PPP-SDTP)" },
949 { 0x5b, "Vendor-Specific Network Protocol" },
963 { 0x0207, "Cisco Discovery Protocol" },
1074 u_short protocol; local
    [all...]
pppd.h 395 * for a particular protocol.
398 u_short protocol; /* PPP protocol number */ member in struct:protent
403 /* Process a received protocol-reject */
409 /* Open the protocol */
411 /* Close the protocol */
418 bool enabled_flag; /* 0 iff protocol is disabled */
419 char *name; /* Text name of protocol */
420 char *data_name; /* Text name of corresponding data protocol */
557 void np_up __P((int, int)); /* a network protocol has come up *
    [all...]
  /external/python/cpython3/Modules/
arraymodule.c 2120 long protocol; local
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 4976 unsigned int protocol; local
    [all...]
  /external/selinux/libsepol/src/
kernel_to_cil.c 2622 const char *protocol; local
    [all...]
kernel_to_conf.c 2482 const char *protocol; local
    [all...]
  /external/syslinux/efi/
main.c 48 EFI_HANDLE protocol, child, *handles = NULL; local
81 pguid, (void **)&protocol,
90 b->this = protocol;
771 * Boot a Linux kernel using the EFI boot stub handover protocol.
782 dprintf("Booting kernel using handover protocol\n");
788 * 64-bit EFI firmware) using the handover protocol.
1144 /* Attempt to use the handover protocol if available */
    [all...]
  /external/tcpdump/
print-sflow.c 20 /* \summary: sFlow protocol printer */
160 uint8_t protocol[4]; member in struct:sflow_expanded_flow_raw_t
646 ND_PRINT((ndo, "\n\t protocol %s (%u), length %u, stripped bytes %u, header_size %u",
647 tok2str(sflow_flow_raw_protocol_values,"Unknown",EXTRACT_32BITS(sflow_flow_raw->protocol)),
648 EXTRACT_32BITS(sflow_flow_raw->protocol),
  /external/wayland/src/
scanner.c 66 fprintf(stderr, "Converts XML protocol descriptions supplied on "
68 "headers, server headers, or protocol marshalling code.\n\n");
149 struct protocol { struct
229 struct protocol *protocol; member in struct:parse_context
661 if (strcmp(element_name, "protocol") == 0) {
663 fail(&ctx->loc, "no protocol name given");
665 ctx->protocol->name = xstrdup(name);
666 ctx->protocol->uppercase_name = uppercase_dup(name);
678 wl_list_insert(ctx->protocol->interface_list.prev
1761 struct protocol protocol; local
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 931 String protocol = ""; local
934 protocol = "http://";
947 return protocol + prefix + "youtube.com/watch?" + extraParams + "v=" +
    [all...]
  /frameworks/base/telephony/java/android/telephony/data/
ApnSetting.java 129 // Possible values for protocol.
130 /** Protocol type for IP. */
132 /** Protocol type for IPV6. */
134 /** Protocol type for IPV4V6. */
136 /** Protocol type for PPP. */
478 * Returns the protocol to use to connect to this APN.
480 * <p>Protocol is one of the {@code PDP_type} values in TS 27.007 section 10.1.1.
483 * @return the protocol
491 * Returns the protocol to use to connect to this APN while the device is roaming.
493 * <p>Roaming protocol is one of the {@code PDP_type} values in TS 27.007 section 10.1.1
1027 final int protocol = in.readInt(); local
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 149 String protocol = mLocalProfile.getProtocol(); local
155 server + ':' + port + '/' + protocol);
193 mSipStack.createListeningPoint(local, port, protocol));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 645 final String protocol = mAccount.getProtocol(mContext); local
648 "Could not find service info for account %d with protocol %s", mAccount.mId,
649 protocol);
    [all...]
  /packages/apps/Settings/src/com/android/settings/network/
ApnEditor.java 162 Telephony.Carriers.PROTOCOL, // 16
412 case Telephony.Carriers.PROTOCOL:
594 * raw value of the protocol preference (e.g., "IPV4V6"). If unknown,
597 private String protocolDescription(String raw, ListPreference protocol) {
598 int protocolIndex = protocol.findIndexOfValue(raw);
680 String protocol = protocolDescription((String) newValue, mProtocol); local
681 if (protocol == null) {
684 mProtocol.setSummary(protocol);
687 String protocol = protocolDescription((String) newValue, mRoamingProtocol); local
688 if (protocol == null)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 170 "(CASE WHEN " + StatusUpdates.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
172 + " ELSE 'pre:'||" + StatusUpdates.PROTOCOL
177 + " THEN (CASE WHEN " + Tables.DATA + "." + Im.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
179 + " ELSE 'pre:'||" + Tables.DATA + "." + Im.PROTOCOL
1388 String protocol = values.getAsString(ContactMethods.DATA); local
    [all...]

Completed in 1008 milliseconds

<<11121314151617181920>>