[LWIP] update dhcpd: add [mac-ip] table support.

This commit is contained in:
aozima
2017-12-27 20:34:14 +08:00
parent 1215737ec9
commit b0081d356f
2 changed files with 94 additions and 9 deletions

View File

@@ -25,12 +25,13 @@
* 2013-01-30 aozima the first version
* 2013-08-08 aozima support different network segments.
* 2015-01-30 bernard release to RT-Thread RTOS.
* 2017-12-27 aozima add [mac-ip] table support.
*/
#ifndef DHCPV4_SERVER_H__
#define DHCPV4_SERVER_H__
void dhcpd_start(char* netif_name);
void dhcpd_start(const char* netif_name);
#endif