Searched refs:tx_msg (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | bio_dgram_test.c | 238 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 D | ddd-02-conn-nonblocking-threads.c | 261 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 D | ddd-02-conn-nonblocking.c | 316 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 D | ddd-04-fd-nonblocking.c | 297 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 D | ddd-05-mem-nonblocking.c | 356 static char tx_msg[300]; local 357 const char *tx_p = tx_msg; 370 tx_len = snprintf(tx_msg, sizeof(tx_msg),
|
H A D | ddd-06-mem-uv.c | 698 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 16 milliseconds