Home
last modified time | relevance | path

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

/lib/lwip/lwip/test/unit/tcp/
A Dtest_tcp_state.c196 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
247 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
249 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
442 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
477 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
499 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
578 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
579 if (MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1) { in START_TEST()
591 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
628 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
[all …]
A Dtest_tcp.c88 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
93 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
95 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
113 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
198 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
200 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
252 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
254 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
437 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
439 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
[all …]
A Dtest_tcp_oos.c280 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
282 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
450 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
452 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
538 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
540 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
625 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
627 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
700 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 1); in START_TEST()
702 EXPECT(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in START_TEST()
[all …]
A Dtcp_helper.c44 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in tcp_remove_all()
45 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB_LISTEN) == 0); in tcp_remove_all()
46 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_SEG) == 0); in tcp_remove_all()
47 fail_unless(MEMP_STATS_GET(used, MEMP_PBUF_POOL) == 0); in tcp_remove_all()
/lib/lwip/lwip/test/unit/udp/
A Dtest_udp.c34 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 0); in udp_remove_all()
140 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 0); in START_TEST()
145 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 1); in START_TEST()
147 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 0); in START_TEST()
/lib/lwip/lwip/src/include/lwip/
A Dstats.h405 #define MEMP_STATS_GET(x, i) STATS_GET(memp[i]->x) macro
409 #define MEMP_STATS_GET(x, i) 0 macro

Completed in 42 milliseconds