STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros | Functions
test_pbuf.c File Reference
#include "test_pbuf.h"
#include "lwip/pbuf.h"
#include "lwip/stats.h"

Go to the source code of this file.

Macros

#define TESTBUFSIZE_1   65535
 
#define TESTBUFSIZE_2   65530
 
#define TESTBUFSIZE_3   50050
 

Functions

 START_TEST (test_pbuf_copy_zero_pbuf)
 
END_TEST START_TEST (test_pbuf_split_64k_on_small_pbufs)
 
END_TEST START_TEST (test_pbuf_queueing_bigger_than_64k)
 
END_TEST START_TEST (test_pbuf_take_at_edge)
 
END_TEST START_TEST (test_pbuf_get_put_at_edge)
 
END_TEST Suite * pbuf_suite (void)
 

Macro Definition Documentation

#define TESTBUFSIZE_1   65535

Definition at line 29 of file test_pbuf.c.

#define TESTBUFSIZE_2   65530

Definition at line 30 of file test_pbuf.c.

#define TESTBUFSIZE_3   50050

Definition at line 31 of file test_pbuf.c.

Function Documentation

END_TEST Suite* pbuf_suite ( void  )

Create the suite including all tests for this module

Definition at line 229 of file test_pbuf.c.

START_TEST ( test_pbuf_copy_zero_pbuf  )

Call pbuf_copy on a pbuf with zero length

Definition at line 42 of file test_pbuf.c.

END_TEST START_TEST ( test_pbuf_split_64k_on_small_pbufs  )

Definition at line 77 of file test_pbuf.c.

END_TEST START_TEST ( test_pbuf_queueing_bigger_than_64k  )

Definition at line 89 of file test_pbuf.c.

END_TEST START_TEST ( test_pbuf_take_at_edge  )

Definition at line 149 of file test_pbuf.c.

END_TEST START_TEST ( test_pbuf_get_put_at_edge  )

Definition at line 201 of file test_pbuf.c.