Functions

alexb/lib/lwip/contrib/test/unit/tcp/test_tcp.c File Reference

#include "test_tcp.h"
#include "lwip/tcp_impl.h"
#include "lwip/stats.h"
#include "tcp_helper.h"

Functions

 START_TEST (test_tcp_new_abort)
 Call tcp_new() and tcp_abort() and test memp stats.
END_TEST START_TEST (test_tcp_recv_inseq)
 Create an ESTABLISHED pcb and check if receive callback is called.
END_TEST Suite * tcp_suite (void)
 Create the suite including all tests for this module.

Function Documentation

START_TEST ( test_tcp_new_abort   ) 

Call tcp_new() and tcp_abort() and test memp stats.

END_TEST START_TEST ( test_tcp_recv_inseq   ) 

Create an ESTABLISHED pcb and check if receive callback is called.

END_TEST Suite* tcp_suite ( void   ) 

Create the suite including all tests for this module.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines