| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | ethernet.c | 174 ("ethernet_input: IPv4 packet dropped, too short (%"S16_F"/%"S16_F")\n", 191 ("ethernet_input: ARP response packet dropped, too short (%"S16_F"/%"S16_F")\n", 218 ("ethernet_input: IPv6 packet dropped, too short (%"S16_F"/%"S16_F")\n",
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv6/ |
| A D | icmp6.c | 78 LWIP_DEBUGF(ICMP_DEBUG, ("icmp: p->len %"S16_F" p->tot_len %"S16_F"\n", p->len, p->tot_len)); in icmp_input() 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" not supported.\n", (s16_t)type)); in icmp_input()
|
| A D | ip6.c | 360 …LWIP_DEBUGF(IP_DEBUG, ("|%2"S16_F" | %"X16_F"%"X16_F" | %"X16_F"%"X16_F" | (v, tr… in ip_debug_print()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | arch.h | 145 #ifndef S16_F 146 #define S16_F PRId16 macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | arch.h | 155 #ifndef S16_F 156 #define S16_F PRId16 macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | icmp.c | 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short IP header (%"S16_F" bytes) received\n", hlen)); in icmp_input() 270 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", in icmp_input()
|
| A D | etharp.c | 465 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_update_arp_entry: updating stable entry %"S16_F"\n", (s16_t)i)); 734 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: ARP unknown opcode type %"S16_F"\n", lw… 1059 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s… 1070 …RACE, ("etharp_query: dropped previously queued packet %p for ARP entry %"S16_F"\n", (void *)q, (s… 1075 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s…
|
| A D | ip4.c | 1053 …LWIP_DEBUGF(IP_DEBUG, ("|%2"S16_F" |%2"S16_F" | 0x%02"X16_F" | %5"U16_F" | (v, hl, tos, l…
|
| A D | ip4_frag.c | 601 ("ip4_reass: last fragment seen, total len %"S16_F"\n", in ip4_reass()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | icmp.c | 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short IP header (%"S16_F" bytes) received\n", hlen)); in icmp_input() 277 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", in icmp_input()
|
| A D | ip4.c | 1099 …LWIP_DEBUGF(IP_DEBUG, ("|%2"S16_F" |%2"S16_F" | 0x%02"X16_F" | %5"U16_F" | (v, hl, tos, l…
|
| A D | etharp.c | 463 …F(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_update_arp_entry: updating stable entry %"S16_F"\n", i)); 736 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: ARP unknown opcode type %"S16_F"\n", lw…
|
| A D | ip4_frag.c | 613 ("ip4_reass: last fragment seen, total len %"S16_F"\n", in ip4_reass()
|
| /components/net/lwip/port/arch/ |
| A D | cc.h | 70 #define S16_F "hd" macro
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | icmp.c | 230 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", in icmp_input()
|
| A D | ip.c | 920 …LWIP_DEBUGF(IP_DEBUG, ("|%2"S16_F" |%2"S16_F" | 0x%02"X16_F" | %5"U16_F" | (v, hl, tos, l…
|
| A D | ip_frag.c | 562 ("ip_reass: last fragment seen, total len %"S16_F"\n", in ip_reass()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | etharp.c | 486 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_update_arp_entry: updating stable entry %"S16_F"\n", (s16_t)i)); 705 ("etharp_arp_input: packet dropped, too short (%"S16_F"/%"S16_F")\n", p->tot_len, 830 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_arp_input: ARP unknown opcode type %"S16_F"\n"… 1129 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s… 1140 …RACE, ("etharp_query: dropped previously queued packet %p for ARP entry %"S16_F"\n", (void *)q, (s… 1145 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s…
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_out.c | 680 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 707 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 812 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: %"S16_F" (after enqueued)\n", pcb->snd_queuelen)); in tcp_enqueue_flags() 978 … %"U16_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F", i %"S16_F"\n", in tcp_output()
|
| A D | mem.c | 628 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n"… in mem_malloc()
|
| A D | tcp.c | 850 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F in tcp_slowtmr() 851 " pcb->rto %"S16_F"\n", in tcp_slowtmr()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_out.c | 745 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 772 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 874 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: %"S16_F" (after enqueued)\n", pcb->snd_queuelen)); in tcp_enqueue_flags() 1107 …F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F", i %"S16_F"\n", in tcp_output()
|
| A D | mem.c | 737 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n"… in mem_malloc()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_out.c | 783 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 810 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 1123 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: %"S16_F" (after enqueued)\n", pcb->snd_queuelen)); in tcp_enqueue_flags() 1348 …F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F", i %"S16_F"\n", in tcp_output()
|
| A D | mem.c | 974 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n"… in mem_malloc()
|