Home
last modified time | relevance | path

Searched refs:U32_F (Results 1 – 25 of 42) sorted by relevance

12

/components/net/lwip/lwip-2.0.3/src/core/
A Dstats.c108 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 Dtcp_out.c651 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, ("tcp_write: queueing %"U32_F":%"U32_F"\n", in tcp_write()
845 ("tcp_enqueue_flags: queueing %"U32_F":%"U32_F" (0x%"X16_F")\n", in tcp_enqueue_flags()
1066 ", effwnd %"U32_F", seq %"U32_F", ack %"U32_F"\n", in tcp_output()
1107 …d_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U3… in tcp_output()
1261 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output_segment: %"U32_F":%"U32_F"\n", in tcp_output_segment()
1388 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst()
1495 ("tcp_receive: dupacks %"U16_F" (%"U32_F in tcp_rexmit_fast()
1496 "), fast retransmit %"U32_F"\n", in tcp_rexmit_fast()
1542 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: tcp_ticks %"U32_F" pcb->tmr %"U32_F" pcb->keep_cnt_sent … in tcp_keepalive()
1571 LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: seqno %"U32_F" ackno %"U32_F" err %d.\n", in tcp_keepalive()
[all …]
A Dtcp_in.c748 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n",
750 LWIP_DEBUGF(TCP_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n",
773 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("SYN-SENT: ackno %"U32_F" pcb->snd_nxt %"U32_F" unacked %"U32_F"\n",…
1064 ("tcp_receive: no window update lastack %"U32_F" ackno %"
1065 U32_F" wl1 %"U32_F" seqno %"U32_F" wl2 %"U32_F"\n",
1161 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: ACK for %"U32_F", unacked->seqno %"U32_F":%"U32_F"\n",
1173 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->unacked\n",
1225 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->unsent\n",
1251 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n",
1391 "seqno %"U32_F" len %"U16_F" right edge %"U32_F"\n",
[all …]
A Dtcp.c2049 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (seq no)\n", in tcp_debug_print()
2052 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (ack no)\n", in tcp_debug_print()
2129 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
2143 …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 Dtimeouts.c230 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" handler=%s arg=%p\n", in sys_timeout_debug()
/components/net/lwip/lwip-1.4.1/src/core/
A Dstats.c116 LWIP_PLATFORM_DIAG(("avail: %"U32_F"\n\t", (u32_t)mem->avail)); in stats_display_mem()
117 LWIP_PLATFORM_DIAG(("used: %"U32_F"\n\t", (u32_t)mem->used)); in stats_display_mem()
118 LWIP_PLATFORM_DIAG(("max: %"U32_F"\n\t", (u32_t)mem->max)); in stats_display_mem()
119 LWIP_PLATFORM_DIAG(("err: %"U32_F"\n", (u32_t)mem->err)); in stats_display_mem()
142 LWIP_PLATFORM_DIAG(("sem.used: %"U32_F"\n\t", (u32_t)sys->sem.used)); in stats_display_sys()
143 LWIP_PLATFORM_DIAG(("sem.max: %"U32_F"\n\t", (u32_t)sys->sem.max)); in stats_display_sys()
144 LWIP_PLATFORM_DIAG(("sem.err: %"U32_F"\n\t", (u32_t)sys->sem.err)); in stats_display_sys()
146 LWIP_PLATFORM_DIAG(("mutex.max: %"U32_F"\n\t", (u32_t)sys->mutex.max)); in stats_display_sys()
147 LWIP_PLATFORM_DIAG(("mutex.err: %"U32_F"\n\t", (u32_t)sys->mutex.err)); in stats_display_sys()
149 LWIP_PLATFORM_DIAG(("mbox.max: %"U32_F"\n\t", (u32_t)sys->mbox.max)); in stats_display_sys()
[all …]
A Dtcp_out.c609 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, ("tcp_write: queueing %"U32_F":%"U32_F"\n", in tcp_write()
782 ("tcp_enqueue_flags: queueing %"U32_F":%"U32_F" (0x%"X16_F")\n", in tcp_enqueue_flags()
955 ", effwnd %"U32_F", seq %"U32_F", ack %"U32_F"\n", in tcp_output()
978 …tcp_output: snd_wnd %"U16_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U3… in tcp_output()
1111 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output_segment: %"U32_F":%"U32_F"\n", in tcp_output_segment()
1228 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst()
1332 ("tcp_receive: dupacks %"U16_F" (%"U32_F in tcp_rexmit_fast()
1333 "), fast retransmit %"U32_F"\n", in tcp_rexmit_fast()
1379 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: tcp_ticks %"U32_F" pcb->tmr %"U32_F" pcb->keep_cnt_sent … in tcp_keepalive()
1406 LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: seqno %"U32_F" ackno %"U32_F".\n", in tcp_keepalive()
[all …]
A Dtcp_in.c604 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n", in tcp_process()
606 LWIP_DEBUGF(TCP_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n", in tcp_process()
629 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("SYN-SENT: ackno %"U32_F" pcb->snd_nxt %"U32_F" unacked %"U32_F"\n",… in tcp_process()
896 ("tcp_receive: no window update lastack %"U32_F" ackno %" in tcp_receive()
897 U32_F" wl1 %"U32_F" seqno %"U32_F" wl2 %"U32_F"\n", in tcp_receive()
999 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: ACK for %"U32_F", unacked->seqno %"U32_F":%"U32_F"\n", in tcp_receive()
1011 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->unacked\n", in tcp_receive()
1058 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->unsent\n", in tcp_receive()
1085 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", in tcp_receive()
1225 "seqno %"U32_F" len %"U16_F" right edge %"U32_F"\n", in tcp_receive()
[all …]
A Dtcp.c1624 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (seq no)\n", in tcp_debug_print()
1627 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (ack no)\n", in tcp_debug_print()
1702 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
1709 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
1716 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c689 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, ("tcp_write: queueing %"U32_F":%"U32_F"\n", in tcp_write()
1094 ("tcp_enqueue_flags: queueing %"U32_F":%"U32_F" (0x%"X16_F")\n", in tcp_enqueue_flags()
1284 ", effwnd %"U32_F", seq %"U32_F", ack %"U32_F"\n", in tcp_output()
1348 …d_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U3… in tcp_output()
1544 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output_segment: %"U32_F":%"U32_F"\n", in tcp_output_segment()
1790 ("tcp_receive: dupacks %"U16_F" (%"U32_F in tcp_rexmit_fast()
1791 "), fast retransmit %"U32_F"\n", in tcp_rexmit_fast()
2010 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst()
2090 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: tcp_ticks %"U32_F" pcb->tmr %"U32_F" pcb->keep_cnt_sent … in tcp_keepalive()
2102 LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: seqno %"U32_F" ackno %"U32_F" err %d.\n", in tcp_keepalive()
[all …]
A Dtcp_in.c829 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n",
831 LWIP_DEBUGF(TCP_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n",
855 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("SYN-SENT: ackno %"U32_F" pcb->snd_nxt %"U32_F" unacked %"U32_F"\n",…
1100 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->%s\n",
1170 ("tcp_receive: no window update lastack %"U32_F" ackno %"
1171 U32_F" wl1 %"U32_F" seqno %"U32_F" wl2 %"U32_F"\n",
1275 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: ACK for %"U32_F", unacked->seqno %"U32_F":%"U32_F"\n",
1338 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n",
1449 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %"U32_F"\n", seqno));
1468 "seqno %"U32_F" len %"U16_F" right edge %"U32_F"\n",
[all …]
A Dtimeouts.c201 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p abs_time=%"U32_F" handler=%s arg=%p\n", in sys_timeout_abs()
384 LWIP_DEBUGF(TIMERS_DEBUG, ("sct calling h=%s t=%"U32_F" arg=%p\n", in sys_check_timeouts()
A Dtcp.c2412 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (seq no)\n", in tcp_debug_print()
2415 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (ack no)\n", in tcp_debug_print()
2492 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
2506 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Darch.h151 #ifndef U32_F
152 #define U32_F PRIu32 macro
A Dmem.h65 #define MEM_SIZE_F U32_F
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dmem.h65 #define MEM_SIZE_F U32_F
A Darch.h161 #ifndef U32_F
162 #define U32_F PRIu32 macro
/components/net/lwip/lwip-2.0.3/src/apps/sntp/
A Dsntp.c224 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()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dmem.h74 #define MEM_SIZE_F U32_F
A Darch.h47 #define SZT_F U32_F
/components/net/lwip/port/arch/
A Dcc.h72 #define U32_F "lu" macro
/components/net/lwip/lwip-2.1.2/src/apps/sntp/
A Dsntp.c328 LWIP_DEBUGF(SNTP_DEBUG_TRACE, ("sntp_process: %s, %" U32_F " us\n", in sntp_process()
370 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_retry: Next request will be sent in %"U32_F" ms\n", in sntp_retry()
521 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_recv: Scheduled next time request: %"U32_F" ms\n", in sntp_recv()
567 …LWIP_DEBUGF(SNTP_DEBUG_SERIOUS, ("sntp_send_request: Out of memory, trying again in %"U32_F" ms\n", in sntp_send_request()
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Ddhcp.c1032 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t0 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind()
1041 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
1047 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t1 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind()
1056 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
1061 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t2 rebind timer %"U32_F" secs\n", dhcp->of… in dhcp_bind()
1070 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
/components/net/lwip/lwip-2.1.2/src/apps/mqtt/
A Dmqtt.c763 …E, ("mqtt_incomming_publish: Received message with QoS %d at topic: %s, payload length %"U32_F"\n", in mqtt_message_received()
870 …EBUG_TRACE, ("mqtt_parse_incoming: Remaining length after fixed header: %"U32_F"\n", msg_rem_len)); in mqtt_parse_incoming()
904 …F(MQTT_DEBUG_TRACE, ("mqtt_parse_incoming: msg_idx: %"U32_F", cpy_len: %"U16_F", remaining %"U32_F in mqtt_parse_incoming()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Ddhcp.c1064 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t0 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind()
1073 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
1079 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t1 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind()
1088 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
1093 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t2 rebind timer %"U32_F" secs\n", dhcp->of… in dhcp_bind()
1102 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()

Completed in 67 milliseconds

12