Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dbio_dgram_test.c115 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 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.c357 static char tx_msg[300]; local
358 const char *tx_p = tx_msg;
371 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()
/src/tests/atf_python/sys/netlink/
H A Dnetlink.py348 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: