Lines Matching defs:version
916 static coap_tls_version_t version;
919 version.version = 0;
931 version.version = (p1 << 16) | (p2 << 8) | p3;
933 version.built_version = version.version;
934 version.type = COAP_TLS_LIBRARY_TINYDTLS;
935 return &version;
1069 /* Check that we have the version */
1205 if (setup_data->version != COAP_DTLS_PKI_SETUP_VERSION)