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
|
||
|---|---|---|
| .. | ||
| builtin | ||
| canutils | ||
| fsutils | ||
| gpsutils | ||
| graphics | ||
| industry | ||
| interpreters | ||
| modbus | ||
| netutils | ||
| nshlib | ||
| platform | ||
| system | ||
| testing | ||
| wireless | ||
| .gitignore | ||