Searched refs:protocol_version (Results 1 - 13 of 13) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dmei.h96 __u8 protocol_version; member in struct:mei_client
/external/tcpdump/
H A Dprint-stp.c31 uint8_t protocol_version; member in struct:stp_bpdu_
132 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) {
419 ND_TCHECK(stp_bpdu->protocol_version);
421 stp_bpdu->protocol_version)));
423 switch (stp_bpdu->protocol_version) {
447 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) {
453 } else if (stp_bpdu->protocol_version == STP_PROTO_MSTP ||
454 stp_bpdu->protocol_version == STP_PROTO_SPB) {
475 if (stp_bpdu->protocol_version == STP_PROTO_SPB)
/external/python/cpython2/Lib/
H A 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))
405 # print (self.protocol_version, code, message)
515 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
605 HandlerClass.protocol_version = protocol
H A DCGIHTTPServer.py159 env['SERVER_PROTOCOL'] = self.protocol_version
/external/boringssl/src/ssl/
H A Dssl_versions.cc324 uint16_t protocol_version; local
326 ssl_protocol_version_from_wire(&protocol_version, version) &&
327 hs->min_version <= protocol_version &&
328 protocol_version <= hs->max_version;
/external/mtpd/
H A Dpptp.c99 uint16_t protocol_version; member in struct:packet::__anon16131::__anon16132::__anon16134::__anon16135
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.h239 void SetProtocolVersion(const std::string& protocol_version) { argument
240 protocol_version_ = protocol_version;
/external/kernel-headers/original/uapi/linux/android/
H A Dbinder.h90 __s32 protocol_version; member in struct:binder_version
/external/python/cpython2/Lib/test/
H A Dtest_httpservers.py38 self.protocol_version = "HTTP/1.1"
157 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
H A Dtest_xmlrpc.py705 protocol_version = 'HTTP/1.1' variable in class:BaseKeepaliveServerTestCase.RequestHandler
778 protocol_version = 'HTTP/1.1' variable in class:GzipServerTestCase.RequestHandler
H A Dtest_urllib2_localnet.py60 request_handler.protocol_version = "HTTP/1.0"
/external/valgrind/include/vki/
H A Dvki-linux.h3087 signed long protocol_version; member in struct:vki_binder_version
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c7711 PRE_FIELD_WRITE("ioctl(BINDER_VERSION)", bv->protocol_version);
10218 POST_FIELD_WRITE(bv->protocol_version);

Completed in 523 milliseconds