Searched refs:tx_msg (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | bio_dgram_test.c | 115 BIO_MSG tx_msg[128], rx_msg[128]; in test_bio_dgram_impl() local 237 tx_msg[0].data = "apple"; in test_bio_dgram_impl() 238 tx_msg[0].data_len = 5; in test_bio_dgram_impl() 239 tx_msg[0].peer = NULL; in test_bio_dgram_impl() 240 tx_msg[0].local = NULL; in test_bio_dgram_impl() 241 tx_msg[0].flags = 0; in test_bio_dgram_impl() 243 tx_msg[1].data = "orange"; in test_bio_dgram_impl() 244 tx_msg[1].data_len = 6; in test_bio_dgram_impl() 245 tx_msg[1].peer = NULL; in test_bio_dgram_impl() 246 tx_msg[1].local = NULL; in test_bio_dgram_impl() [all …]
|
| /src/crypto/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 | 357 static char tx_msg[300]; local 358 const char *tx_p = tx_msg; 371 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()
|
| /src/tests/atf_python/sys/netlink/ |
| H A D | netlink.py | 348 def get_reply(self, tx_msg): argument 349 self.write_message(tx_msg) 352 if tx_msg.nl_hdr.nlmsg_seq == rx_msg.nl_hdr.nlmsg_seq: 409 def get_reply(self, tx_msg): argument 410 self.write_message(tx_msg) 413 if tx_msg.nl_hdr.nlmsg_seq == rx_msg.nl_hdr.nlmsg_seq:
|