Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/cellular_modem/src/
Dmain.c134 uint32_t packets_sent = 0; in sample_echo_packet() local
191 packets_sent++; in sample_echo_packet()
197 printk("Successfully sent and received %u of %u packets\n", packets_sent, in sample_echo_packet()
200 if (packets_sent > 0) { in sample_echo_packet()
202 accumulated_ms / packets_sent); in sample_echo_packet()
221 uint32_t packets_sent = 0; in sample_transmit_packets() local
250 packets_sent++; in sample_transmit_packets()
263 printk("Server received %u/%u packets\n", packets_received, packets_sent); in sample_transmit_packets()