HomeSort by relevance Sort by last modified time
    Searched defs:protocol_version (Results 1 - 25 of 45) sorted by null

1 2

  /external/iproute2/ip/
iplink_hsr.c 51 unsigned char protocol_version; local
62 if (!(get_u8(&protocol_version, *argv, 0) == 0 ||
63 get_u8(&protocol_version, *argv, 0) == 1))
66 &protocol_version, 1);
  /bionic/libc/kernel/uapi/linux/
mei.h 25 __u8 protocol_version; member in struct:mei_client
  /external/boringssl/src/ssl/
ssl_aead_ctx.cc 62 uint16_t protocol_version; local
64 if (!ssl_protocol_version_from_wire(&protocol_version, version) ||
66 &expected_fixed_iv_len, cipher, protocol_version,
99 assert(aead_ctx->ProtocolVersion() == protocol_version);
133 if (protocol_version >= TLS1_3_VERSION) {
141 assert(protocol_version < TLS1_3_VERSION);
145 aead_ctx->omit_version_in_ad_ = (protocol_version == SSL3_VERSION);
158 uint16_t protocol_version;
159 if(!ssl_protocol_version_from_wire(&protocol_version, version_)) {
163 return protocol_version;
    [all...]
ssl_versions.cc 289 uint16_t protocol_version; local
291 !ssl_protocol_version_from_wire(&protocol_version, version) ||
292 hs->min_version > protocol_version ||
293 protocol_version > hs->max_version) {
300 if (protocol_version != TLS1_3_VERSION ||
  /external/kernel-headers/original/uapi/linux/
mei.h 97 __u8 protocol_version; member in struct:mei_client
  /device/google/cuttlefish_common/host/vsoc/lib/
region_control.cpp 203 uint32_t protocol_version; local
204 ssize_t bytes = region_server->Recv(&protocol_version,
205 sizeof(protocol_version), MSG_NOSIGNAL);
206 if (bytes != sizeof(protocol_version)) {
212 if (protocol_version > kMaxSupportedProtocolVersion) {
213 LOG(FATAL) << "Unsupported protocol version " << protocol_version
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
393 (self.protocol_version, code, message))
394 # print (self.protocol_version, code, message)
504 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
594 HandlerClass.protocol_version = protocol
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
BaseHTTPServer.py 273 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
300 self.protocol_version >= "HTTP/1.1"):
396 (self.protocol_version, code, message))
397 # print (self.protocol_version, code, message)
507 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
597 HandlerClass.protocol_version = protocol
  /external/python/cpython2/Lib/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
404 (self.protocol_version, code, message))
405 # print (self.protocol_version, code, message)
515 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
605 HandlerClass.protocol_version = protocol
  /prebuilts/gdb/darwin-x86/lib/python2.7/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
393 (self.protocol_version, code, message))
394 # print (self.protocol_version, code, message)
504 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
594 HandlerClass.protocol_version = protocol
  /prebuilts/gdb/linux-x86/lib/python2.7/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
393 (self.protocol_version, code, message))
394 # print (self.protocol_version, code, message)
504 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
594 HandlerClass.protocol_version = protocol
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
393 (self.protocol_version, code, message))
394 # print (self.protocol_version, code, message)
504 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
594 HandlerClass.protocol_version = protocol
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
393 (self.protocol_version, code, message))
394 # print (self.protocol_version, code, message)
504 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
594 HandlerClass.protocol_version = protocol
  /system/core/adb/
transport.h 116 protocol_version = A_VERSION_MIN;
196 int protocol_version; member in class:atransport
  /system/iot/attestation/atap/test/
atap_util_unittest.cpp 75 uint8_t protocol_version = *next(buf, index, 4); local
76 EXPECT_EQ(ATAP_PROTOCOL_VERSION, protocol_version);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /external/python/cpython3/Lib/http/
server.py 302 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
348 self.protocol_version >= "HTTP/1.1"):
353 self.protocol_version >= "HTTP/1.1" and
499 (self.protocol_version, code, message)).encode(
607 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /external/mtpd/
pptp.c 64 #define PROTOCOL_VERSION htons(0x0100)
99 uint16_t protocol_version; member in struct:packet::__anon30713::__anon30714::__anon30716::__anon30717
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
  /external/python/cpython2/Lib/test/
test_httpservers.py 38 self.protocol_version = "HTTP/1.1"
157 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /external/tcpdump/
print-stp.c 31 uint8_t protocol_version; member in struct:stp_bpdu_
132 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) {
420 ND_TCHECK(stp_bpdu->protocol_version);
422 stp_bpdu->protocol_version)));
424 switch (stp_bpdu->protocol_version) {
448 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) {
454 } else if (stp_bpdu->protocol_version == STP_PROTO_MSTP ||
455 stp_bpdu->protocol_version == STP_PROTO_SPB) {
476 if (stp_bpdu->protocol_version == STP_PROTO_SPB)
  /external/python/cpython3/Lib/test/
test_httpservers.py 80 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
287 protocol_version = 'HTTP/1.1' variable in class:RequestHandlerLoggingTestCase.request_handler
730 self.protocol_version = "HTTP/1.1"
    [all...]

Completed in 1580 milliseconds

1 2