Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/examples/lwiperf/
A Dlwiperf_example.c42 …ERF report: type=%d, remote: %s:%d, total bytes: %"U32_F", duration in ms: %"U32_F", kbits/s: %"U3… in lwiperf_report()
/lib/lwip/lwip/src/core/
A Dtcp_out.c692 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, ("tcp_write: queueing %"U32_F":%"U32_F"\n", in tcp_write()
1098 ("tcp_enqueue_flags: queueing %"U32_F":%"U32_F" (0x%"X16_F")\n", in tcp_enqueue_flags()
1280 ", effwnd %"U32_F", seq %"U32_F", ack %"U32_F"\n", in tcp_output()
1344 …d_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U3… in tcp_output()
1540 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output_segment: %"U32_F":%"U32_F"\n", in tcp_output_segment()
1786 ("tcp_receive: dupacks %"U16_F" (%"U32_F in tcp_rexmit_fast()
1787 "), fast retransmit %"U32_F"\n", in tcp_rexmit_fast()
2001 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst_common()
2149 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: tcp_ticks %"U32_F" pcb->tmr %"U32_F" pcb->keep_cnt_sent … in tcp_keepalive()
2161 LWIP_DEBUGF(TCP_DEBUG, ("tcp_keepalive: seqno %"U32_F" ackno %"U32_F" err %d.\n", in tcp_keepalive()
[all …]
A Dtcp_in.c832 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n",
834 LWIP_DEBUGF(TCP_DEBUG, ("tcp_process: unacceptable reset seqno %"U32_F" rcv_nxt %"U32_F"\n",
865 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("SYN-SENT: ackno %"U32_F" pcb->snd_nxt %"U32_F" unacked %s %"U32_F"\…
1113 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: removing %"U32_F":%"U32_F" from pcb->%s\n",
1182 ("tcp_receive: no window update lastack %"U32_F" ackno %"
1183 U32_F" wl1 %"U32_F" seqno %"U32_F" wl2 %"U32_F"\n",
1281 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: ACK for %"U32_F", unacked->seqno %"U32_F":%"U32_F"\n",
1344 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n",
1455 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %"U32_F"\n", seqno));
1474 "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.c2422 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (seq no)\n", in tcp_debug_print()
2425 LWIP_DEBUGF(TCP_DEBUG, ("| %010"U32_F" | (ack no)\n", in tcp_debug_print()
2502 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
2516 …DEBUGF(TCP_DEBUG, ("Local port %"U16_F", foreign port %"U16_F" snd_nxt %"U32_F" rcv_nxt %"U32_F" ", in tcp_debug_print_pcbs()
/lib/lwip/lwip/contrib/apps/ping/
A Dping.c208 LWIP_DEBUGF( PING_DEBUG, (" %"U32_F" ms\n", (sys_now() - ping_time))); in ping_recv()
232 LWIP_DEBUGF( PING_DEBUG, ("ping: recv - %"U32_F" ms - timeout\n", (sys_now()-ping_time))); in ping_recv()
309 LWIP_DEBUGF( PING_DEBUG, (" %"U32_F" ms\n", (sys_now()-ping_time))); in ping_recv()
/lib/lwip/lwip/src/include/lwip/
A Darch.h161 #ifndef U32_F
162 #define U32_F PRIu32 macro
A Dmem.h65 #define MEM_SIZE_F U32_F
A Dstats.h57 #define STAT_COUNTER_F U32_F
/lib/lwip/lwip/src/apps/sntp/
A Dsntp.c333 LWIP_DEBUGF(SNTP_DEBUG_TRACE, ("sntp_process: %s, %" U32_F " us\n", in sntp_process()
375 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_retry: Next request will be sent in %"U32_F" ms\n", in sntp_retry()
542 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_recv: Scheduled next time request: %"U32_F" ms\n", in sntp_recv()
589 …LWIP_DEBUGF(SNTP_DEBUG_SERIOUS, ("sntp_send_request: Out of memory, trying again in %"U32_F" ms\n", in sntp_send_request()
/lib/lwip/lwip/contrib/ports/win32/include/arch/
A Dcc.h77 #define U32_F "lu" macro
/lib/lwip/lwip/src/apps/mqtt/
A Dmqtt.c760 …CE, ("mqtt_incoming_publish: Received message with QoS %d at topic: %s, payload length %"U32_F"\n", in mqtt_message_received()
873 …EBUG_TRACE, ("mqtt_parse_incoming: Remaining length after fixed header: %"U32_F"\n", msg_rem_len)); in mqtt_parse_incoming()
913 …F(MQTT_DEBUG_TRACE, ("mqtt_parse_incoming: msg_idx: %"U32_F", cpy_len: %"U16_F", remaining %"U32_F in mqtt_parse_incoming()
/lib/lwip/lwip/src/core/ipv4/
A Ddhcp.c1097 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t0 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind()
1099 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
1105 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t1 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind()
1107 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
1112 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t2 rebind timer %"U32_F" secs\n", dhcp->of… in dhcp_bind()
1114 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
/lib/lwip/lwip/src/core/ipv6/
A Dip6.c530 …GF(IP6_DEBUG | LWIP_DBG_LEVEL_WARNING, ("IPv6 packet dropped due to bad version number %"U32_F"\n",
1459 LWIP_DEBUGF(IP6_DEBUG, ("| %2"U16_F" | %3"U16_F" | %7"U32_F" | (ver, class, flow)\n",
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcp_priv.h311 #define TCPWNDSIZE_F U32_F
/lib/lwip/lwip/src/api/
A Dsockets.c3615 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPALIVE) -> %"U32_F"\n", in lwip_setsockopt_impl()
3622 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPIDLE) -> %"U32_F"\n", in lwip_setsockopt_impl()
3627 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPINTVL) -> %"U32_F"\n", in lwip_setsockopt_impl()
3632 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPCNT) -> %"U32_F"\n", in lwip_setsockopt_impl()
/lib/lwip/lwip/src/apps/http/
A Dhttpd.c484 …LWIP_DEBUGF(HTTPD_DEBUG_TIMING, ("httpd: needed %"U32_F" ms to send file of %d bytes -> %"U32_F" b… in http_state_eof()
/lib/lwip/lwip/src/apps/mdns/
A Dmdns.c1752 LWIP_DEBUGF(MDNS_DEBUG, ("mDNS: time no. %d = %"U32_F"\n", i, mdns->conflict_time[i])); in mdns_conflict_save_time()

Completed in 112 milliseconds