Home
last modified time | relevance | path

Searched refs:protocol_version (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/net/websocket_experiment/
Dwebsocket_experiment_task.cc23 net::WebSocket::ProtocolVersion protocol_version) { in GetProtocolVersionName() argument
24 switch (protocol_version) { in GetProtocolVersionName()
68 config.protocol_version, in CreateWebSocket()
101 protocol_version(net::WebSocket::DEFAULT_VERSION), in Config()
142 std::string protocol_version = ""; in GetCounterNameForConfig() local
143 switch (config.protocol_version) { in GetCounterNameForConfig()
145 protocol_version = "Draft76"; in GetCounterNameForConfig()
148 protocol_version = ""; in GetCounterNameForConfig()
154 return "WebSocketExperiment.Secure" + protocol_version + "." + name; in GetCounterNameForConfig()
156 return "WebSocketExperiment.NoDefaultPort" + protocol_version + "." + name; in GetCounterNameForConfig()
[all …]
Dwebsocket_experiment_runner.cc111 task_config.protocol_version = net::WebSocket::DEFAULT_VERSION; in InitConfig()
143 task_config.protocol_version = net::WebSocket::DRAFT75; in InitConfig()
Dwebsocket_experiment_task.h86 net::WebSocket::ProtocolVersion protocol_version; variable
/external/tcpdump/
Dprint-stp.c38 u_int8_t protocol_version; member
131 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) { in stp_print_config_bpdu()
301 stp_bpdu->protocol_version)); in stp_print()
303 switch (stp_bpdu->protocol_version) { in stp_print()
324 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) { in stp_print()
329 } else if (stp_bpdu->protocol_version == STP_PROTO_MSTP) { in stp_print()
/external/mtpd/
Dpptp.c99 uint16_t protocol_version; member
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; in pptp_connect()
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION && in pptp_process()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSFTPv3Client.java76 private int protocol_version = 0; field in SFTPv3Client
852 protocol_version = tr.readUINT32(); in init()
854 log.debug("SSH_FXP_VERSION: protocol_version = " + protocol_version); in init()
855 if (protocol_version != 3) in init()
857 throw new IOException("Server version " + protocol_version + " is currently not supported"); in init()
878 return protocol_version; in getProtocolVersion()
/external/chromium/chrome/browser/sync/engine/
Dsyncproto.h78 set_protocol_version(protocol_version()); in ClientToServerMessage()
/external/kernel-headers/original/linux/
Dbinder.h81 signed long protocol_version; member
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
Decho_client.py315 if self._options.protocol_version == _PROTOCOL_VERSION_HYBI08:
336 elif self._options.protocol_version == _PROTOCOL_VERSION_HYBI08:
824 version = self._options.protocol_version
977 options.protocol_version = _PROTOCOL_VERSION_HIXIE75
/external/chromium/chrome/browser/userfeedback/proto/
Dweb.proto54 required string protocol_version = 2; field
/external/chromium/net/spdy/
Dspdy_framer.h310 static int protocol_version() { return spdy_version_; } in protocol_version() function
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto394 optional int32 protocol_version = 2 [default = 26]; field
594 // Up until protocol_version 24, the default was SUCCESS which made it
598 // out-of-date. Note also that when using protocol_version < 25,
/external/qemu/
Dvnc.c1999 static int protocol_version(VncState *vs, uint8_t *version, size_t len) in protocol_version() function
2082 vnc_read_when(vs, protocol_version, 12); in vnc_connect()
Dvnc-android.c2005 static int protocol_version(VncState *vs, uint8_t *version, size_t len) in protocol_version() function
2088 vnc_read_when(vs, protocol_version, 12); in vnc_connect()
/external/valgrind/main/include/vki/
Dvki-linux.h2893 signed long protocol_version; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c5534 PRE_FIELD_WRITE("ioctl(BINDER_VERSION)", bv->protocol_version); in PRE()
6558 POST_FIELD_WRITE(bv->protocol_version); in POST()