STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Enumerations | Functions | Variables
test_dhcp.c File Reference
#include "test_dhcp.h"
#include "lwip/netif.h"
#include "lwip/dhcp.h"
#include "netif/etharp.h"

Go to the source code of this file.

Enumerations

enum  tcase { TEST_LWIP_DHCP, TEST_LWIP_DHCP_NAK, TEST_LWIP_DHCP_RELAY, TEST_LWIP_DHCP_NAK_NO_ENDMARKER }
 

Functions

 START_TEST (test_dhcp)
 
END_TEST START_TEST (test_dhcp_nak)
 
END_TEST START_TEST (test_dhcp_relayed)
 
END_TEST START_TEST (test_dhcp_nak_no_endmarker)
 
END_TEST Suite * dhcp_suite (void)
 

Variables

struct netif net_test
 

Enumeration Type Documentation

enum tcase
Enumerator
TEST_LWIP_DHCP 
TEST_LWIP_DHCP_NAK 
TEST_LWIP_DHCP_RELAY 
TEST_LWIP_DHCP_NAK_NO_ENDMARKER 

Definition at line 117 of file test_dhcp.c.

Function Documentation

END_TEST Suite* dhcp_suite ( void  )

Create the suite including all tests for this module

Definition at line 900 of file test_dhcp.c.

START_TEST ( test_dhcp  )

Definition at line 422 of file test_dhcp.c.

END_TEST START_TEST ( test_dhcp_nak  )

Definition at line 492 of file test_dhcp.c.

END_TEST START_TEST ( test_dhcp_relayed  )

Definition at line 555 of file test_dhcp.c.

END_TEST START_TEST ( test_dhcp_nak_no_endmarker  )

Definition at line 795 of file test_dhcp.c.

Variable Documentation

struct netif net_test

Definition at line 7 of file test_dhcp.c.