Home
last modified time | relevance | path

Searched refs:shared_buffer_size (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/
Dtls_test_instance_create.c4 …, InstanceTestEntryFunc test_entry, UINT delay, UINT timeout, UINT shared_buffer_size, VOID* reser… in tls_test_instance_create() argument
13 …instance_ptr = mmap( NULL, sizeof(TLS_TEST_INSTANCE) + shared_buffer_size, PROT_READ | PROT_WRITE,… in tls_test_instance_create()
20 instance_ptr -> tls_test_shared_buffer_size = shared_buffer_size; in tls_test_instance_create()
22 if ( shared_buffer_size) in tls_test_instance_create()
Dtls_test_frame.h82 …, InstanceTestEntryFunc test_entry, UINT delay, UINT timeout, UINT shared_buffer_size, VOID* reser…