Lines Matching full:sending
23 * This file contains tests for sending and receiving messages end-to-end in
135 /** Test sending of unicast messages using the test vector.
146 ASSERT_OK_MSG(err, "Failed sending vector %d", i); in test_tx_unicast()
152 /** Test sending of group messages using the test vector.
163 ASSERT_OK_MSG(err, "Failed sending vector %d", i); in test_tx_group()
169 /** Test sending to a fixed group address. */
190 /** Test sending of virtual address messages using the test vector.
208 ASSERT_OK_MSG(err, "Failed sending vector %d", i); in test_tx_va()
214 /** Test sending the test vector using virtual addresses with collision.
234 LOG_INF("Sending msg #%d to %s addr", i, (j == 0 ? "first" : "second")); in test_tx_va_collision()
238 ASSERT_OK_MSG(err, "Failed sending vector %d", i); in test_tx_va_collision()
245 /** Test sending of messages to own unicast address using the test vector.
256 ASSERT_OK_MSG(err, "Failed sending vector %d", i); in test_tx_loopback()
267 /** Test sending of messages with an app key that's unknown to the receiver.
295 "Failed sending unsegmented"); in test_tx_unknown_app()
298 "Failed sending segmented"); in test_tx_unknown_app()
303 /** Test sending of messages using the test vector.
326 ASSERT_OK_MSG(err, "Failed sending vector %d", i); in test_tx_loopback_group()
341 /** Start sending multiple segmented messages to the same destination at the
365 /** Start sending multiple segmented messages to the same destination at the
389 /** Start sending a segmented message, then before it's finished, start an IV