Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-stp.c38 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/
Dpptp.c98 uint16_t protocol_version; member
225 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; in pptp_connect()
284 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION in pptp_process()
/external/kernel-headers/original/linux/
Dbinder.h81 signed long protocol_version; member
/external/chromium/net/third_party/nss/ssl/
Dssl3prot.h129 protocol_version = 70, enumerator
Dssl3con.c2631 case protocol_version: error = SSL_ERROR_PROTOCOL_VERSION_ALERT; break; in ssl3_HandleAlert()
4835 desc = (version > SSL_LIBRARY_VERSION_3_0) ? protocol_version in ssl3_HandleServerHello()
4842 desc = (version > SSL_LIBRARY_VERSION_3_0) ? protocol_version in ssl3_HandleServerHello()
5870 desc = (version > SSL_LIBRARY_VERSION_3_0) ? protocol_version in ssl3_HandleClientHello()
6383 desc = (version > SSL_LIBRARY_VERSION_3_0) ? protocol_version : handshake_failure; in ssl3_HandleV2ClientHello()
/external/qemu/
Dvnc-android.c2005 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()
Dvnc.c1999 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()