/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | stats.c | 108 LWIP_PLATFORM_DIAG(("avail: %"U32_F"\n\t", (u32_t)mem->avail)); in stats_display_mem() 109 LWIP_PLATFORM_DIAG(("used: %"U32_F"\n\t", (u32_t)mem->used)); in stats_display_mem() 110 LWIP_PLATFORM_DIAG(("max: %"U32_F"\n\t", (u32_t)mem->max)); in stats_display_mem() 111 LWIP_PLATFORM_DIAG(("err: %"U32_F"\n", (u32_t)mem->err)); in stats_display_mem() 130 LWIP_PLATFORM_DIAG(("sem.used: %"U32_F"\n\t", (u32_t)sys->sem.used)); in stats_display_sys() 131 LWIP_PLATFORM_DIAG(("sem.max: %"U32_F"\n\t", (u32_t)sys->sem.max)); in stats_display_sys() 132 LWIP_PLATFORM_DIAG(("sem.err: %"U32_F"\n\t", (u32_t)sys->sem.err)); in stats_display_sys() 134 LWIP_PLATFORM_DIAG(("mutex.max: %"U32_F"\n\t", (u32_t)sys->mutex.max)); in stats_display_sys() 135 LWIP_PLATFORM_DIAG(("mutex.err: %"U32_F"\n\t", (u32_t)sys->mutex.err)); in stats_display_sys() 137 LWIP_PLATFORM_DIAG(("mbox.max: %"U32_F"\n\t", (u32_t)sys->mbox.max)); in stats_display_sys() [all …]
|
A D | tcp_out.c | 634 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, ("tcp_write: queueing %"U32_F":%"U32_F"\n", in tcp_write() 816 ("tcp_enqueue_flags: queueing %"U32_F":%"U32_F" (0x%"X16_F")\n", in tcp_enqueue_flags() 1125 ", effwnd %"U32_F", seq %"U32_F", ack %"U32_F"\n", in tcp_output() 1148 …d_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U3… in tcp_output() 1311 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output_segment: %"U32_F":%"U32_F"\n", in tcp_output_segment() 1438 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst() 1541 ("tcp_receive: dupacks %"U16_F" (%"U32_F in tcp_rexmit_fast() 1542 "), fast retransmit %"U32_F"\n", in tcp_rexmit_fast() 1592 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: tcp_ticks %"U32_F" pcb->tmr %"U32_F" pcb->keep_cnt_sent … in tcp_keepalive() 1621 LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: seqno %"U32_F" ackno %"U32_F" err %d.\n", in tcp_keepalive() [all …]
|
A D | tcp_in.c | 732 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n", 734 LWIP_DEBUGF(TCP_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n", 757 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("SYN-SENT: ackno %"U32_F" pcb->snd_nxt %"U32_F" unacked %"U32_F"\n",… 1004 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->%s\n", 1093 ("tcp_receive: no window update lastack %"U32_F" ackno %" 1094 U32_F" wl1 %"U32_F" seqno %"U32_F" wl2 %"U32_F"\n", 1190 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: ACK for %"U32_F", unacked->seqno %"U32_F":%"U32_F"\n", 1238 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->unsent\n", 1264 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", 1404 "seqno %"U32_F" len %"U16_F" right edge %"U32_F"\n", [all …]
|
A D | tcp.c | 2064 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (seq no)\n", in tcp_debug_print() 2067 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (ack no)\n", in tcp_debug_print() 2144 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs() 2158 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
|
A D | timeouts.c | 230 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" handler=%s arg=%p\n", in sys_timeout_debug()
|
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/ |
A D | cc.h | 66 #define U32_F "8ld" macro 69 #define SZT_F U32_F 125 #define U32_F "d"
|
/AliOS-Things-master/hardware/chip/rtl872xd/arch/ |
A D | cc.h | 62 #define U32_F "8ld" macro 65 #define SZT_F U32_F 123 #define U32_F "d"
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | arch.h | 99 #ifndef U32_F 100 #define U32_F PRIu32 macro
|
A D | mem.h | 64 #define MEM_SIZE_F U32_F
|
A D | stats.h | 57 #define STAT_COUNTER_F U32_F
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | arch.h | 99 #ifndef U32_F 100 #define U32_F PRIu32 macro
|
A D | mem.h | 64 #define MEM_SIZE_F U32_F
|
A D | stats.h | 57 #define STAT_COUNTER_F U32_F
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ping/ |
A D | ping.c | 216 LWIP_DEBUGF( PING_DEBUG, (" %"U32_F" ms\n", (sys_now() - ping_time))); in ping_recv() 240 LWIP_DEBUGF( PING_DEBUG, ("ping: recv - %"U32_F" ms - timeout\n", (sys_now()-ping_time))); in ping_recv() 283 LWIP_DEBUGF( PING_DEBUG, ("ping: send %"U32_F"times finished", ping_send_count)); in ping_thread() 336 LWIP_DEBUGF( PING_DEBUG, (" %"U32_F" ms\n", (sys_now()-ping_time))); in ping_recv() 497 LWIP_DEBUGF( PING_DEBUG, ("ping: Getaddrinfo error%"U32_F"\n", temp)); in ping_run()
|
A D | net_deamon.c | 238 LOGI(PRINT_TAG, "==> ping router success! %"U32_F" ms <===\n", elapse_time); in net_daemon_thread()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/ |
A D | sntp.c | 224 LWIP_DEBUGF(SNTP_DEBUG_TRACE, ("sntp_process: %s, %"U32_F" us", ctime(&tim), us)); in sntp_process() 269 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_retry: Next request will be sent in %"U32_F" ms\n", in sntp_retry() 414 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_recv: Scheduled next time request: %"U32_F" ms\n", in sntp_recv() 456 …LWIP_DEBUGF(SNTP_DEBUG_SERIOUS, ("sntp_send_request: Out of memory, trying again in %"U32_F" ms\n", in sntp_send_request()
|
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/arch/ |
A D | cc.h | 20 #define U32_F "u" macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/ |
A D | cc.h | 66 #define U32_F "lu" macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/ |
A D | iperf_task.c | 313 …ver, receive from sockfd \"%d\", id is \"%d\", tv_sec is \"%"U32_F"\", tv_usec is \"%"U32_F"\", nb… in iperf_udp_run_server() 317 …DBGPRINT_IPERF(IPERF_DEBUG_RECEIVE, "[%s:%d] t1 = %"U32_F", t2 = %"U32_F"", __FUNCTION__, __LINE__… in iperf_udp_run_server() 441 …DBGPRINT_IPERF(IPERF_DEBUG_RECEIVE, "[%s:%d] Interval = %"U32_F".%"U32_F" (secs)", __FUNCTION__, _… in iperf_udp_run_server() 1033 …%d] nbytes = %d, udp_h_id = %d, pkt_delay = %d, current_tick = %"U32_F", current_sleep = %"U32_F"", in iperf_udp_run_client()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | plat_types.h | 110 #ifndef U32_F 111 #define U32_F "d" macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | dhcp.c | 1041 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t0 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind() 1050 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind() 1056 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t1 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind() 1065 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind() 1070 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t2 rebind timer %"U32_F" secs\n", dhcp->of… in dhcp_bind() 1079 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6.c | 411 …GF(IP6_DEBUG | LWIP_DBG_LEVEL_WARNING, ("IPv6 packet dropped due to bad version number %"U32_F"\n", in ip6_input() 1084 LWIP_DEBUGF(IP6_DEBUG, ("| %2"U16_F" | %3"U16_F" | %7"U32_F" | (ver, class, flow)\n", in ip6_debug_print()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | tcp_priv.h | 305 #define TCPWNDSIZE_F U32_F
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | tcp_priv.h | 296 #define TCPWNDSIZE_F U32_F
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 2979 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPALIVE) -> %"U32_F"\n", in lwip_setsockopt_impl() 2986 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPIDLE) -> %"U32_F"\n", in lwip_setsockopt_impl() 2991 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPINTVL) -> %"U32_F"\n", in lwip_setsockopt_impl() 2996 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPCNT) -> %"U32_F"\n", in lwip_setsockopt_impl()
|