Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dinit.c97 #if (!LWIP_UDP && LWIP_DHCP)
187 #if (((!LWIP_DHCP) || (!LWIP_AUTOIP)) && LWIP_DHCP_AUTOIP_COOP)
190 #if (((!LWIP_DHCP) || (!LWIP_ARP)) && DHCP_DOES_ARP_CHECK)
Dtimeouts.c92 #if LWIP_DHCP
Dlowpower.c87 #if LWIP_DHCP
Dnetif.c80 #if LWIP_DHCP
1118 #if LWIP_DHCP
/third_party/lwip/src/include/lwip/
Dopt.h508 #define LWIP_NUM_SYS_TIMEOUT_INTERNAL (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP…
917 #if !defined LWIP_DHCP || defined __DOXYGEN__
918 #define LWIP_DHCP 0 macro
922 #undef LWIP_DHCP
923 #define LWIP_DHCP 0 macro
930 #define DHCP_DOES_ARP_CHECK (LWIP_DHCP && LWIP_ARP)
Ddhcp.h43 #if LWIP_DHCP /* don't build if not configured for use in lwipopts.h */
Dnetif.h119 #if LWIP_DHCP
229 #if LWIP_DHCP || LWIP_AUTOIP || LWIP_IGMP || LWIP_IPV6_MLD || LWIP_IPV6_DHCP6 || (LWIP_NUM_NETIF_CL…
/third_party/lwip/test/fuzz/
Dlwipopts.h46 #define LWIP_DHCP 1 macro
/third_party/lwip/test/unit/
Dlwipopts.h55 #define LWIP_DHCP 1 macro
/third_party/lwip/src/core/ipv4/
Dip4.c82 #if LWIP_DHCP || defined(LWIP_IP_ACCEPT_UDP_PORT)
90 #if LWIP_DHCP && defined(LWIP_IP_ACCEPT_UDP_PORT)
Detharp.c759 #if (LWIP_DHCP && DHCP_DOES_ARP_CHECK)
Ddhcp.c68 #if LWIP_IPV4 && LWIP_DHCP /* don't build if not configured for use in lwipopts.h */
/third_party/lwip/
D0001-add-makefile.patch188 +#define LWIP_DHCP 1
DCHANGELOG2274 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is
3353 netifs): if LWIP_DHCP is enabled, UDP packets to DHCP_CLIENT_PORT are passed
3825 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
D0002-adapt-lstack.patch4955 -#define LWIP_DHCP 1
/third_party/lwip/src/apps/sntp/
Dsntp.c799 #if LWIP_DHCP && SNTP_GET_SERVERS_FROM_DHCP
/third_party/lwip/doc/doxygen/
Dlwip.Doxyfile2090 LWIP_DHCP=1 \
Dlwip.Doxyfile.cmake.in2090 LWIP_DHCP=1 \