Searched refs:send_packet_count (Results 1 – 1 of 1) sorted by relevance
941 static int send_packet_count = 0; variable979 send_packet_count = 0; in coap_debug_set_packet_loss()984 ++send_packet_count; in coap_debug_send_packet()988 if (send_packet_count >= packet_loss_intervals[i].start in coap_debug_send_packet()989 && send_packet_count <= packet_loss_intervals[i].end) { in coap_debug_send_packet()990 coap_log(LOG_DEBUG, "Packet %u dropped\n", send_packet_count); in coap_debug_send_packet()999 coap_log(LOG_DEBUG, "Packet %u dropped\n", send_packet_count); in coap_debug_send_packet()