/external/chromium/chrome/browser/net/websocket_experiment/ |
D | websocket_experiment_task.cc | 23 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 …]
|
D | websocket_experiment_runner.cc | 111 task_config.protocol_version = net::WebSocket::DEFAULT_VERSION; in InitConfig() 143 task_config.protocol_version = net::WebSocket::DRAFT75; in InitConfig()
|
D | websocket_experiment_task.h | 86 net::WebSocket::ProtocolVersion protocol_version; variable
|
/external/tcpdump/ |
D | print-stp.c | 38 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/ |
D | pptp.c | 99 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/ |
D | SFTPv3Client.java | 76 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/ |
D | syncproto.h | 78 set_protocol_version(protocol_version()); in ClientToServerMessage()
|
/external/kernel-headers/original/linux/ |
D | binder.h | 81 signed long protocol_version; member
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
D | echo_client.py | 315 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/ |
D | web.proto | 54 required string protocol_version = 2; field
|
/external/chromium/net/spdy/ |
D | spdy_framer.h | 310 static int protocol_version() { return spdy_version_; } in protocol_version() function
|
/external/chromium/chrome/browser/sync/protocol/ |
D | sync.proto | 394 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/ |
D | vnc.c | 1999 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()
|
D | vnc-android.c | 2005 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/ |
D | vki-linux.h | 2893 signed long protocol_version; member
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 5534 PRE_FIELD_WRITE("ioctl(BINDER_VERSION)", bv->protocol_version); in PRE() 6558 POST_FIELD_WRITE(bv->protocol_version); in POST()
|