Searched refs:DHCP_DEBUG (Results 1 – 14 of 14) sorted by relevance
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | dhcp.c | 432 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, in dhcp_handle_offer() 513 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_coarse_tmr()\n")); in dhcp_coarse_tmr() 583 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_timeout()\n")); in dhcp_timeout() 617 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_t1_timeout()\n")); in dhcp_t1_timeout() 622 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in dhcp_t1_timeout() 648 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in dhcp_t2_timeout() 986 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_decline()\n")); in dhcp_decline() 1004 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, in dhcp_decline() 1028 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_discover()\n")); in dhcp_discover() 1167 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_renew()\n")); in dhcp_renew() [all …]
|
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | dhcp6.c | 320 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp6_enable_stateless(netif=%p) %c%c%… in dhcp6_enable_stateless() 327 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp6_enable_stateless(): stateless DHCPv6 already enab… in dhcp6_enable_stateless() 332 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp6_enable_stateless(): switching from stateful to st… in dhcp6_enable_stateless() 334 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp6_enable_stateless(): stateless DHCPv6 enabled\n")); in dhcp6_enable_stateless() 350 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp6_disable(netif=%p) %c%c%"U16_F"\n… in dhcp6_disable() 777 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp6_timeout()\n")); in dhcp6_timeout()
|
| /lib/lwip/lwip/contrib/addons/dhcp_extra_opts/ |
| A D | dhcp_extra_opts.c | 59 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_parse_extra_opts(): Negotiated netif MTU is %d\n",… in dhcp_parse_extra_opts()
|
| /lib/lwip/lwip/contrib/ports/unix/posixlib/ |
| A D | lwipopts.h | 174 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/u-boot/ |
| A D | lwipopts.h | 42 #define DHCP_DEBUG LWIP_DBG_ON macro
|
| /lib/lwip/lwip/contrib/examples/example_app/ |
| A D | lwipopts.h | 91 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/contrib/examples/example_app/test_configs/ |
| A D | opt_default.h | 288 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_dualstack.h | 288 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv4only.h | 288 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv6only.h | 288 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_dual.h | 288 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv4.h | 288 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv6.h | 288 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 3525 #if !defined DHCP_DEBUG || defined __DOXYGEN__ 3526 #define DHCP_DEBUG LWIP_DBG_OFF macro
|
Completed in 60 milliseconds