Searched refs:LOWPOWER_DEBUG (Results 1 – 14 of 14) sorted by relevance
/third_party/lwip/src/core/ |
D | lowpower.c | 177 … LWIP_DEBUGF(LOWPOWER_DEBUG, ("sys_timeout_reg: timeout != NULL, pool MEMP_SYS_TIMEOUT is empty")); in sys_timeout_reg() 213 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s timeout: now:%u\n", t->name, now)); in timeout_handler() 236 LWIP_DEBUGF(LOWPOWER_DEBUG, ("next->tick is NULL\n")); in get_timer_tick() 277 LWIP_DEBUGF(LOWPOWER_DEBUG, ("\n*******get_sleep_time*****************\n")); in get_sleep_time() 310 LWIP_DEBUGF(LOWPOWER_DEBUG, ("msec = %u now = %u\n", msec, now)); in get_sleep_time() 324 LWIP_DEBUGF(LOWPOWER_DEBUG, ("\n**********timeout**************\n")); in check_timeout() 325 LWIP_DEBUGF(LOWPOWER_DEBUG, ("now = %u\n", now)); in check_timeout() 423 LWIP_DEBUGF(LOWPOWER_DEBUG, ("ERROR:regist timer faild! i = %u\n", i)); in sys_timeouts_init()
|
D | tcp.c | 378 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "tcp_slow_tmr_tick", tick)); in tcp_slow_tmr_tick() 394 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: 1\n", "tcp_fast_tmr_tick")); in tcp_fast_tmr_tick() 399 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: 0\n", "tcp_fast_tmr_tick")); in tcp_fast_tmr_tick()
|
D | dns.c | 422 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: 1\n", "dns_tmr_tick")); in dns_tmr_tick() 430 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "dns_tmr_tick", tick)); in dns_tmr_tick()
|
/third_party/lwip/src/api/ |
D | tcpip.c | 245 LWIP_DEBUGF(LOWPOWER_DEBUG, ("tcpip_send_msg_na alloc faild\n")); in tcpip_send_msg_na() 256 LWIP_DEBUGF(LOWPOWER_DEBUG, ("alloc sem faild\n")); in tcpip_send_msg_na() 267 LWIP_DEBUGF(LOWPOWER_DEBUG, ("tcpip_send_msg_na post faild\n")); in tcpip_send_msg_na()
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 3545 #if !defined LOWPOWER_DEBUG || defined __DOXYGEN__ 3546 #define LOWPOWER_DEBUG LWIP_DBG_OFF macro
|
/third_party/lwip/src/core/ipv4/ |
D | autoip.c | 380 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "autoip_tmr_tick", tick)); in autoip_tmr_tick()
|
D | etharp.c | 207 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: 1\n", "etharp_tmr_tick")); in etharp_tmr_tick() 214 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "etharp_tmr_tick", tick)); in etharp_tmr_tick()
|
D | igmp.c | 692 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "igmp_tmr_tick", tick));
|
D | ip4_frag.c | 231 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "ip_reass_tmr_tick", tick)); in ip_reass_tmr_tick()
|
/third_party/lwip/src/core/ipv6/ |
D | mld6.c | 556 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "mld6_tmr_tick", tick));
|
D | ip6_frag.c | 155 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "ip6_reass_tmr_tick", tick)); in ip6_reass_tmr_tick()
|
D | dhcp6.c | 845 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "dhcp6_tmr_tick", tick));
|
D | nd6.c | 1250 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: 1\n", "nd6_tmr_tick")); 1265 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "nd6_tmr_tick", tick));
|
/third_party/lwip/src/netif/ |
D | lowpan6.c | 141 LWIP_DEBUGF(LOWPOWER_DEBUG, ("%s tmr tick: %u\n", "lowpan6_tmr_tick", tick)); in lowpan6_tmr_tick()
|