/external/boringssl/src/ssl/ |
D | ssl_aead_ctx.cc | 62 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()
|
D | ssl_versions.cc | 289 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/ |
D | print-stp.c | 31 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/ |
D | iplink_hsr.c | 51 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/ |
D | 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)) 515 protocol_version = "HTTP/1.0" variable in BaseHTTPRequestHandler 605 HandlerClass.protocol_version = protocol
|
D | CGIHTTPServer.py | 159 env['SERVER_PROTOCOL'] = self.protocol_version
|
/external/python/cpython3/Lib/http/ |
D | 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 BaseHTTPRequestHandler 1036 env['SERVER_PROTOCOL'] = self.protocol_version 1184 HandlerClass.protocol_version = protocol
|
/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/kernel-headers/original/uapi/linux/ |
D | mei.h | 97 __u8 protocol_version; member
|
/external/libbrillo/brillo/http/ |
D | http_transport_fake.h | 239 void SetProtocolVersion(const std::string& protocol_version) { in SetProtocolVersion() argument 240 protocol_version_ = protocol_version; in SetProtocolVersion()
|
/external/google-tv-pairing-protocol/proto/ |
D | polo.proto | 41 required uint32 protocol_version = 1 [default = 1]; field
|
/external/kernel-headers/original/uapi/linux/android/ |
D | binder.h | 180 __s32 protocol_version; member
|
/external/python/cpython2/Lib/test/ |
D | test_httpservers.py | 38 self.protocol_version = "HTTP/1.1" 157 protocol_version = 'HTTP/1.1' variable in BaseHTTPServerTestCase.request_handler
|
D | test_xmlrpc.py | 705 protocol_version = 'HTTP/1.1' variable in BaseKeepaliveServerTestCase.RequestHandler 778 protocol_version = 'HTTP/1.1' variable in GzipServerTestCase.RequestHandler
|
D | test_urllib2_localnet.py | 60 request_handler.protocol_version = "HTTP/1.0"
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 313 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
|
D | test_httpservers.py | 80 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"
|
D | test_urllib2_localnet.py | 61 request_handler.protocol_version = "HTTP/1.0"
|
/external/scapy/test/ |
D | pptp.uts | 488 assert start_control_connection_pkt.protocol_version == 1 516 assert start_control_connection_reply_pkt.protocol_version == 1
|
/external/python/cpython2/Doc/library/ |
D | basehttpserver.rst | 151 .. attribute:: protocol_version
|
/external/python/cpython3/Doc/library/ |
D | http.server.rst | 139 .. attribute:: protocol_version
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 3087 signed long protocol_version; member
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 7711 PRE_FIELD_WRITE("ioctl(BINDER_VERSION)", bv->protocol_version); in PRE() 10218 POST_FIELD_WRITE(bv->protocol_version); in POST()
|