Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_aead_ctx.cc62 uint16_t protocol_version; in Create() local
64 if (!ssl_protocol_version_from_wire(&protocol_version, version) || in Create()
66 &expected_fixed_iv_len, cipher, protocol_version, in Create()
99 assert(aead_ctx->ProtocolVersion() == protocol_version); in Create()
133 if (protocol_version >= TLS1_3_VERSION) { in Create()
141 assert(protocol_version < TLS1_3_VERSION); in Create()
145 aead_ctx->omit_version_in_ad_ = (protocol_version == SSL3_VERSION); in Create()
158 uint16_t protocol_version; in ProtocolVersion() local
159 if(!ssl_protocol_version_from_wire(&protocol_version, version_)) { in ProtocolVersion()
163 return protocol_version; in ProtocolVersion()
Dssl_versions.cc289 uint16_t protocol_version; in ssl_supports_version() local
291 !ssl_protocol_version_from_wire(&protocol_version, version) || in ssl_supports_version()
292 hs->min_version > protocol_version || in ssl_supports_version()
293 protocol_version > hs->max_version) { in ssl_supports_version()
300 if (protocol_version != TLS1_3_VERSION || in ssl_supports_version()
/external/tcpdump/
Dprint-stp.c31 uint8_t protocol_version; member
132 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) { in stp_print_config_bpdu()
420 ND_TCHECK(stp_bpdu->protocol_version); in stp_print()
422 stp_bpdu->protocol_version))); in stp_print()
424 switch (stp_bpdu->protocol_version) { in stp_print()
448 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) { in stp_print()
454 } else if (stp_bpdu->protocol_version == STP_PROTO_MSTP || in stp_print()
455 stp_bpdu->protocol_version == STP_PROTO_SPB) { in stp_print()
476 if (stp_bpdu->protocol_version == STP_PROTO_SPB) in stp_print()
/external/iproute2/ip/
Diplink_hsr.c51 unsigned char protocol_version; in hsr_parse_opt() local
62 if (!(get_u8(&protocol_version, *argv, 0) == 0 || in hsr_parse_opt()
63 get_u8(&protocol_version, *argv, 0) == 1)) in hsr_parse_opt()
66 &protocol_version, 1); in hsr_parse_opt()
/external/python/cpython2/Lib/
DBaseHTTPServer.py270 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))
515 protocol_version = "HTTP/1.0" variable in BaseHTTPRequestHandler
605 HandlerClass.protocol_version = protocol
DCGIHTTPServer.py159 env['SERVER_PROTOCOL'] = self.protocol_version
/external/python/cpython3/Lib/http/
Dserver.py302 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 BaseHTTPRequestHandler
1036 env['SERVER_PROTOCOL'] = self.protocol_version
1184 HandlerClass.protocol_version = protocol
/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/kernel-headers/original/uapi/linux/
Dmei.h97 __u8 protocol_version; member
/external/libbrillo/brillo/http/
Dhttp_transport_fake.h239 void SetProtocolVersion(const std::string& protocol_version) { in SetProtocolVersion() argument
240 protocol_version_ = protocol_version; in SetProtocolVersion()
/external/google-tv-pairing-protocol/proto/
Dpolo.proto41 required uint32 protocol_version = 1 [default = 1]; field
/external/kernel-headers/original/uapi/linux/android/
Dbinder.h180 __s32 protocol_version; member
/external/python/cpython2/Lib/test/
Dtest_httpservers.py38 self.protocol_version = "HTTP/1.1"
157 protocol_version = 'HTTP/1.1' variable in BaseHTTPServerTestCase.request_handler
Dtest_xmlrpc.py705 protocol_version = 'HTTP/1.1' variable in BaseKeepaliveServerTestCase.RequestHandler
778 protocol_version = 'HTTP/1.1' variable in GzipServerTestCase.RequestHandler
Dtest_urllib2_localnet.py60 request_handler.protocol_version = "HTTP/1.0"
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py313 protocol_version = "HTTP/1.1" variable in XMLRPCTestCase.test_keepalive_disconnect.RequestHandler
924 protocol_version = 'HTTP/1.1' variable in BaseKeepaliveServerTestCase.RequestHandler
1002 protocol_version = 'HTTP/1.1' variable in GzipServerTestCase.RequestHandler
Dtest_httpservers.py80 protocol_version = 'HTTP/1.1' variable in BaseHTTPServerTestCase.request_handler
287 protocol_version = 'HTTP/1.1' variable in RequestHandlerLoggingTestCase.request_handler
730 self.protocol_version = "HTTP/1.1"
Dtest_urllib2_localnet.py61 request_handler.protocol_version = "HTTP/1.0"
/external/scapy/test/
Dpptp.uts488 assert start_control_connection_pkt.protocol_version == 1
516 assert start_control_connection_reply_pkt.protocol_version == 1
/external/python/cpython2/Doc/library/
Dbasehttpserver.rst151 .. attribute:: protocol_version
/external/python/cpython3/Doc/library/
Dhttp.server.rst139 .. attribute:: protocol_version
/external/valgrind/include/vki/
Dvki-linux.h3087 signed long protocol_version; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c7711 PRE_FIELD_WRITE("ioctl(BINDER_VERSION)", bv->protocol_version); in PRE()
10218 POST_FIELD_WRITE(bv->protocol_version); in POST()