mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
apps/netutils/dhcpd/dhcpd.c: Fix unused const variable
dhcpd.c:273:29: warning: 'g_anyipaddr' defined but not used [-Wunused-const-variable=]
static const uint8_t g_anyipaddr[4] = {0, 0, 0, 0};
apps/netutils/dhcpd: Make dhcpd interface configurable
apps/netutils/dhcpd: Lease address directly if hit in address range
apps/netutils/netinit: Initialize dhcpc_state
update the addresses only on request success
|
||
|---|---|---|
| .. | ||
| base64.h | ||
| chat.h | ||
| curl4nx.h | ||
| dhcpc.h | ||
| dhcpd.h | ||
| discover.h | ||
| esp8266.h | ||
| ftpc.h | ||
| ftpd.h | ||
| httpd.h | ||
| icmp_ping.h | ||
| icmpv6_ping.h | ||
| ipmsfilter.h | ||
| md5.h | ||
| netinit.h | ||
| netlib.h | ||
| ntpclient.h | ||
| pppd.h | ||
| smtp.h | ||
| telnetc.h | ||
| telnetd.h | ||
| tftp.h | ||
| thttpd.h | ||
| urldecode.h | ||
| webclient.h | ||
| xmlrpc.h | ||