mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00

Three simple tests that test the basic functionality of the DHCP client. They require that UDP checksums are off for now.
9 lines
110 B
C
9 lines
110 B
C
#ifndef __TEST_DHCP_H__
|
|
#define __TEST_DHCP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* dhcp_suite(void);
|
|
|
|
#endif
|