Home
last modified time | relevance | path

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

/mbedtls-latest/programs/test/
Dudp_proxy.c528 static packet initial_clihlo; variable
539 memcpy(&initial_clihlo, p, sizeof(packet)); in send_packet()
601 print_packet(&initial_clihlo, "injected"); in send_packet()
603 if ((ret = dispatch_data(dst, initial_clihlo.buf, in send_packet()
604 initial_clihlo.len)) <= 0) { in send_packet()