Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_dgram_test.c238 tx_msg[0].data_len = 5; in test_bio_dgram_impl()
239 tx_msg[0].peer = NULL; in test_bio_dgram_impl()
241 tx_msg[0].flags = 0; in test_bio_dgram_impl()
244 tx_msg[1].data_len = 6; in test_bio_dgram_impl()
247 tx_msg[1].flags = 0; in test_bio_dgram_impl()
258 tx_msg[0].peer = addr2; in test_bio_dgram_impl()
259 tx_msg[0].local = addr1; in test_bio_dgram_impl()
260 tx_msg[1].peer = addr2; in test_bio_dgram_impl()
261 tx_msg[1].local = addr1; in test_bio_dgram_impl()
392 if (!TEST_true(do_sendmmsg(b1, tx_msg, OSSL_NELEM(tx_msg), 0, &num_processed)) in test_bio_dgram_impl()
[all …]
/openssl/doc/designs/ddd/
H A Dddd-02-conn-nonblocking-threads.c261 static char tx_msg[384], host_port[300]; in main() local
262 const char *tx_p = tx_msg; in main()
275 tx_len = snprintf(tx_msg, sizeof(tx_msg), in main()
H A Dddd-02-conn-nonblocking.c316 static char tx_msg[384], host_port[300]; in main() local
317 const char *tx_p = tx_msg; in main()
338 tx_len = snprintf(tx_msg, sizeof(tx_msg), in main()
H A Dddd-04-fd-nonblocking.c297 static char tx_msg[300]; in main() local
298 const char *tx_p = tx_msg; in main()
319 tx_len = snprintf(tx_msg, sizeof(tx_msg), in main()
H A Dddd-05-mem-nonblocking.c356 static char tx_msg[300]; local
357 const char *tx_p = tx_msg;
370 tx_len = snprintf(tx_msg, sizeof(tx_msg),
H A Dddd-06-mem-uv.c698 char tx_msg[300]; variable
711 wr = app_write(conn, tx_msg, mlen, post_write_get, NULL); in post_connect()
730 mlen = snprintf(tx_msg, sizeof(tx_msg), in main()

Completed in 26 milliseconds