Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_dns Struct Reference

DNS statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t recv
 Number of received DNS queries.
 
net_stats_t sent
 Number of sent DNS responses.
 
net_stats_t drop
 Number of dropped DNS packets.
 

Detailed Description

DNS statistics.

Field Documentation

◆ drop

net_stats_t net_stats_dns::drop

Number of dropped DNS packets.

◆ recv

net_stats_t net_stats_dns::recv

Number of received DNS queries.

◆ sent

net_stats_t net_stats_dns::sent

Number of sent DNS responses.


The documentation for this struct was generated from the following file: