Home
last modified time | relevance | path

Searched refs:LWIP_DHCP (Results 1 – 12 of 12) sorted by relevance

/lib/liblwip/src/core/
Dinit.c76 #if (!LWIP_UDP && LWIP_DHCP)
108 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + L…
139 #if (((!LWIP_DHCP) || (!LWIP_AUTOIP)) && LWIP_DHCP_AUTOIP_COOP)
142 #if (((!LWIP_DHCP) || (!LWIP_ARP)) && DHCP_DOES_ARP_CHECK)
Dtimers.c144 #if LWIP_DHCP
231 #if LWIP_DHCP in sys_timeouts_init()
Dnetif.c59 #if LWIP_DHCP
150 #if LWIP_DHCP in netif_add()
540 #if LWIP_DHCP in netif_set_link_up()
Dudp.c202 #if LWIP_DHCP
Ddhcp.c71 #if LWIP_DHCP /* don't build if not configured for use in lwipopts.h */
/lib/liblwip/src/include/lwip/
Dopt.h316 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP…
681 #ifndef LWIP_DHCP
682 #define LWIP_DHCP 0 macro
689 #define DHCP_DOES_ARP_CHECK ((LWIP_DHCP) && (LWIP_ARP))
Dlwipopts.h279 #define LWIP_DHCP 0 macro
Dnetif.h45 #if LWIP_DHCP
173 #if LWIP_DHCP
Ddhcp.h9 #if LWIP_DHCP /* don't build if not configured for use in lwipopts.h */
/lib/liblwip/src/core/ipv4/
Dip.c72 #if LWIP_DHCP || defined(LWIP_IP_ACCEPT_UDP_PORT)
80 #if LWIP_DHCP && defined(LWIP_IP_ACCEPT_UDP_PORT)
/lib/liblwip/src/netif/
Detharp.c821 #if (LWIP_DHCP && DHCP_DOES_ARP_CHECK)
/lib/liblwip/
DCHANGELOG1075 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is
2154 netifs): if LWIP_DHCP is enabled, UDP packets to DHCP_CLIENT_PORT are passed
2626 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect