#include "lwip/opt.h"
#include "lwip/mem.h"
#include "lwip/memp.h"
Go to the source code of this file.
|
| #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_AVAIL(x, i, y) |
| |
| #define | MEMP_STATS_INC(x, i) |
| |
| #define | MEMP_STATS_DEC(x, i) |
| |
| #define | MEMP_STATS_INC_USED(x, i) |
| |
| #define | MEMP_STATS_DISPLAY(i) |
| |
| #define | SYS_STATS_INC(x) |
| |
| #define | SYS_STATS_DEC(x) |
| |
| #define | SYS_STATS_INC_USED(x) |
| |
| #define | SYS_STATS_DISPLAY() |
| |
| #define | stats_display() |
| |
| #define | stats_display_proto(proto, name) |
| |
| #define | stats_display_igmp(igmp) |
| |
| #define | stats_display_mem(mem, name) |
| |
| #define | stats_display_memp(mem, index) |
| |
| #define | stats_display_sys(sys) |
| |
◆ ETHARP_STATS_DISPLAY
| #define ETHARP_STATS_DISPLAY |
( |
| ) |
|
◆ ETHARP_STATS_INC
| #define ETHARP_STATS_INC |
( |
|
x | ) |
|
◆ ICMP_STATS_DISPLAY
| #define ICMP_STATS_DISPLAY |
( |
| ) |
|
◆ ICMP_STATS_INC
| #define ICMP_STATS_INC |
( |
|
x | ) |
|
◆ IGMP_STATS_DISPLAY
| #define IGMP_STATS_DISPLAY |
( |
| ) |
|
◆ IGMP_STATS_INC
| #define IGMP_STATS_INC |
( |
|
x | ) |
|
◆ IP_STATS_DISPLAY
| #define IP_STATS_DISPLAY |
( |
| ) |
|
◆ IP_STATS_INC
| #define IP_STATS_INC |
( |
|
x | ) |
|
◆ IPFRAG_STATS_DISPLAY
| #define IPFRAG_STATS_DISPLAY |
( |
| ) |
|
◆ IPFRAG_STATS_INC
| #define IPFRAG_STATS_INC |
( |
|
x | ) |
|
◆ LINK_STATS_DISPLAY
| #define LINK_STATS_DISPLAY |
( |
| ) |
|
◆ LINK_STATS_INC
| #define LINK_STATS_INC |
( |
|
x | ) |
|
◆ MEM_STATS_AVAIL
| #define MEM_STATS_AVAIL |
( |
|
x, |
|
|
|
y |
|
) |
| |
◆ MEM_STATS_DEC_USED
| #define MEM_STATS_DEC_USED |
( |
|
x, |
|
|
|
y |
|
) |
| |
◆ MEM_STATS_DISPLAY
| #define MEM_STATS_DISPLAY |
( |
| ) |
|
◆ MEM_STATS_INC
| #define MEM_STATS_INC |
( |
|
x | ) |
|
◆ MEM_STATS_INC_USED
| #define MEM_STATS_INC_USED |
( |
|
x, |
|
|
|
y |
|
) |
| |
◆ MEMP_STATS_AVAIL
| #define MEMP_STATS_AVAIL |
( |
|
x, |
|
|
|
i, |
|
|
|
y |
|
) |
| |
◆ MEMP_STATS_DEC
| #define MEMP_STATS_DEC |
( |
|
x, |
|
|
|
i |
|
) |
| |
◆ MEMP_STATS_DISPLAY
| #define MEMP_STATS_DISPLAY |
( |
|
i | ) |
|
◆ MEMP_STATS_INC
| #define MEMP_STATS_INC |
( |
|
x, |
|
|
|
i |
|
) |
| |
◆ MEMP_STATS_INC_USED
| #define MEMP_STATS_INC_USED |
( |
|
x, |
|
|
|
i |
|
) |
| |
◆ STATS_DEC
◆ stats_display
| #define stats_display |
( |
| ) |
|
◆ stats_display_igmp
| #define stats_display_igmp |
( |
|
igmp | ) |
|
◆ stats_display_mem
| #define stats_display_mem |
( |
|
mem, |
|
|
|
name |
|
) |
| |
◆ stats_display_memp
| #define stats_display_memp |
( |
|
mem, |
|
|
|
index |
|
) |
| |
◆ stats_display_proto
| #define stats_display_proto |
( |
|
proto, |
|
|
|
name |
|
) |
| |
◆ stats_display_sys
| #define stats_display_sys |
( |
|
sys | ) |
|
◆ STATS_INC
◆ STATS_INC_USED
| #define STATS_INC_USED |
( |
|
x | ) |
|
◆ stats_init
◆ SYS_STATS_DEC
| #define SYS_STATS_DEC |
( |
|
x | ) |
|
◆ SYS_STATS_DISPLAY
| #define SYS_STATS_DISPLAY |
( |
| ) |
|
◆ SYS_STATS_INC
| #define SYS_STATS_INC |
( |
|
x | ) |
|
◆ SYS_STATS_INC_USED
| #define SYS_STATS_INC_USED |
( |
|
x | ) |
|
◆ TCP_STATS_DISPLAY
| #define TCP_STATS_DISPLAY |
( |
| ) |
|
◆ TCP_STATS_INC
| #define TCP_STATS_INC |
( |
|
x | ) |
|
◆ UDP_STATS_DISPLAY
| #define UDP_STATS_DISPLAY |
( |
| ) |
|
◆ UDP_STATS_INC
| #define UDP_STATS_INC |
( |
|
x | ) |
|