|
The Pedigree Project
0.1
|
Include dependency graph for stats.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | stats_init() |
| #define | STATS_INC(x) |
| #define | STATS_DEC(x) |
| #define | STATS_INC_USED(x) |
| #define | TCP_STATS_INC(x) |
| #define | TCP_STATS_DISPLAY() |
| #define | UDP_STATS_INC(x) |
| #define | UDP_STATS_DISPLAY() |
| #define | ICMP_STATS_INC(x) |
| #define | ICMP_STATS_DISPLAY() |
| #define | IGMP_STATS_INC(x) |
| #define | IGMP_STATS_DISPLAY() |
| #define | IP_STATS_INC(x) |
| #define | IP_STATS_DISPLAY() |
| #define | IPFRAG_STATS_INC(x) |
| #define | IPFRAG_STATS_DISPLAY() |
| #define | ETHARP_STATS_INC(x) |
| #define | ETHARP_STATS_DISPLAY() |
| #define | LINK_STATS_INC(x) |
| #define | LINK_STATS_DISPLAY() |
| #define | MEM_STATS_AVAIL(x, y) |
| #define | MEM_STATS_INC(x) |
| #define | MEM_STATS_INC_USED(x, y) |
| #define | MEM_STATS_DEC_USED(x, y) |
| #define | MEM_STATS_DISPLAY() |
| #define | MEMP_STATS_DEC(x, i) |
| #define | MEMP_STATS_DISPLAY(i) |
| #define | MEMP_STATS_GET(x, i) 0 |
| #define | SYS_STATS_INC(x) |
| #define | SYS_STATS_DEC(x) |
| #define | SYS_STATS_INC_USED(x) |
| #define | SYS_STATS_DISPLAY() |
| #define | IP6_STATS_INC(x) |
| #define | IP6_STATS_DISPLAY() |
| #define | ICMP6_STATS_INC(x) |
| #define | ICMP6_STATS_DISPLAY() |
| #define | IP6_FRAG_STATS_INC(x) |
| #define | IP6_FRAG_STATS_DISPLAY() |
| #define | MLD6_STATS_INC(x) |
| #define | MLD6_STATS_DISPLAY() |
| #define | ND6_STATS_INC(x) |
| #define | ND6_STATS_DISPLAY() |
| #define | MIB2_STATS_INC(x) |
| #define | stats_display() |
| #define | stats_display_proto(proto, name) |
| #define | stats_display_igmp(igmp, name) |
| #define | stats_display_mem(mem, name) |
| #define | stats_display_memp(mem, index) |
| #define | stats_display_sys(sys) |
Statistics API (to be used from TCPIP thread)
Definition in file stats.h.
1.8.11