uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
test_tcp.c File Reference
#include "test_tcp.h"
#include "lwip/tcp_impl.h"
#include "lwip/stats.h"
#include "tcp_helper.h"

Go to the source code of this file.

Functions

 START_TEST (test_tcp_new_abort)
 
END_TEST START_TEST (test_tcp_recv_inseq)
 
END_TEST Suite * tcp_suite (void)
 

Function Documentation

START_TEST ( test_tcp_new_abort  )

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

Definition at line 29 of file test_tcp.c.

END_TEST START_TEST ( test_tcp_recv_inseq  )

Create an ESTABLISHED pcb and check if receive callback is called

Definition at line 47 of file test_tcp.c.

END_TEST Suite* tcp_suite ( void  )

Create the suite including all tests for this module

Definition at line 97 of file test_tcp.c.