/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | ethernet.c | 170 ("ethernet_input: IPv4 packet dropped, too short (%"S16_F"/%"S16_F")\n", 187 ("ethernet_input: ARP response packet dropped, too short (%"S16_F"/%"S16_F")\n", 214 ("ethernet_input: IPv6 packet dropped, too short (%"S16_F"/%"S16_F")\n",
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | arch.h | 93 #ifndef S16_F 94 #define S16_F PRId16 macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | arch.h | 93 #ifndef S16_F 94 #define S16_F PRId16 macro
|
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/ |
A D | cc.h | 64 #define S16_F "4d" macro 123 #define S16_F "d"
|
/AliOS-Things-master/hardware/chip/rtl872xd/arch/ |
A D | cc.h | 60 #define S16_F "4d" macro 121 #define S16_F "d"
|
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/arch/ |
A D | cc.h | 18 #define S16_F "hd" macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | icmp.c | 93 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short IP header (%"S16_F" bytes) received\n", hlen)); in icmp_input() 266 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", in icmp_input()
|
A D | etharp.c | 484 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_update_arp_entry: updating stable entry %"S16_F"\n", (s16_t)i)); 779 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: ARP unknown opcode type %"S16_F"\n", lw… 1104 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s… 1115 …RACE, ("etharp_query: dropped previously queued packet %p for ARP entry %"S16_F"\n", (void *)q, (s… 1120 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s…
|
A D | ip4.c | 1058 …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 | 567 ("ip4_reass: last fragment seen, total len %"S16_F"\n", in ip4_reass()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/ |
A D | cc.h | 64 #define S16_F "hd" macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | plat_types.h | 116 #ifndef S16_F 117 #define S16_F "d" macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp_out.c | 709 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 736 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 845 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: %"S16_F" (after enqueued)\n", pcb->snd_queuelen)); in tcp_enqueue_flags() 1148 …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 | 733 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n"… in mem_malloc()
|
A D | tcp.c | 1040 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F in tcp_slowtmr() 1041 " pcb->rto %"S16_F"\n", in tcp_slowtmr()
|
A D | pbuf.c | 731 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_header: old %p new %p (%"S16_F")\n", in pbuf_header_impl()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | nd6.c | 1761 …LWIP_DEBUGF(LWIP_DBG_TRACE, ("ipv6: queued packet %p on neighbor entry %"S16_F"\n", (void *)p, (s1… in nd6_queue_packet() 1775 …LWIP_DEBUGF(LWIP_DBG_TRACE, ("ipv6: queued packet %p on neighbor entry %"S16_F"\n", (void *)p, (s1… in nd6_queue_packet()
|