Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
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()
1270 ", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output()
1271 ", seg == NULL, ack %"U32_F"\n", in tcp_output()
1283 ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output()
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()
1542 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq)); in tcp_output_segment()
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()
[all …]
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 …]
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()
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()
/third_party/lwip/src/include/lwip/
Darch.h161 #ifndef U32_F
162 #define U32_F PRIu32 macro
Dmem.h65 #define MEM_SIZE_F U32_F
Dstats.h57 #define STAT_COUNTER_F U32_F
/third_party/lwip/src/apps/sntp/
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()
/third_party/lwip/src/apps/mqtt/
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()
/third_party/lwip/src/core/ipv4/
Ddhcp.c1055 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t0 renewal timer %"U32_F" secs\n", dhcp->o… in dhcp_bind()
1064 …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(): t1 renewal timer %"U32_F" secs\n", dhcp->o… 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()
1084 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t2 rebind timer %"U32_F" secs\n", dhcp->of… in dhcp_bind()
1093 …G | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->o… in dhcp_bind()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h314 #define TCPWNDSIZE_F U32_F
/third_party/lwip/src/core/ipv6/
Dip6.c530 …GF(IP6_DEBUG | LWIP_DBG_LEVEL_WARNING, ("IPv6 packet dropped due to bad version number %"U32_F"\n",
1457 LWIP_DEBUGF(IP6_DEBUG, ("| %2"U16_F" | %3"U16_F" | %7"U32_F" | (ver, class, flow)\n",
/third_party/lwip/src/api/
Dsockets.c3638 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPALIVE) -> %"U32_F"\n", in lwip_setsockopt_impl()
3645 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPIDLE) -> %"U32_F"\n", in lwip_setsockopt_impl()
3650 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPINTVL) -> %"U32_F"\n", in lwip_setsockopt_impl()
3655 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPCNT) -> %"U32_F"\n", in lwip_setsockopt_impl()
/third_party/lwip/src/apps/http/
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()