/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6.c | 308 …(IP6_DEBUG, ("ip6_forward: no route for %"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X1… in ip6_forward() 361 …UG, ("ip6_forward: forwarding packet to %"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X1… in ip6_forward() 955 …F(IP6_DEBUG, ("ip6_output: no route for %"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X1… in ip6_output() 1014 …F(IP6_DEBUG, ("ip6_output: no route for %"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X1… in ip6_output_hinted()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | ip6_addr.h | 275 …LWIP_DEBUGF(debug, ("%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":…
|
A D | arch.h | 96 #ifndef X16_F 97 #define X16_F PRIx16 macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | ip6_addr.h | 275 …LWIP_DEBUGF(debug, ("%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":…
|
A D | arch.h | 96 #ifndef X16_F 97 #define X16_F PRIx16 macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | etharp.c | 447 …ry: %"U16_F".%"U16_F".%"U16_F".%"U16_F" - %02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%… 527 …ry: %"U16_F".%"U16_F".%"U16_F".%"U16_F" - %02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%…
|
A D | ip4.c | 460 ("Checksum (0x%"X16_F") failed, IP packet dropped.\n", inet_chksum(iphdr, iphdr_hlen))); 617 …LWIP_DEBUGF(IP_DEBUG, ("IP packet is a fragment (id=0x%04"X16_F" tot_len=%"U16_F" len=%"U16_F" MF=… 628 … LWIP_DBG_LEVEL_SERIOUS, ("IP packet dropped since it was fragmented (0x%"X16_F") (while IP_REASSE… 1058 …LWIP_DEBUGF(IP_DEBUG, ("|%2"S16_F" |%2"S16_F" | 0x%02"X16_F" | %5"U16_F" | (v, hl, tos, l… 1071 …LWIP_DEBUGF(IP_DEBUG, ("| %3"U16_F" | %3"U16_F" | 0x%04"X16_F" | (ttl, proto, chksum)\n…
|
A D | ip4_frag.c | 531 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: matching previous fragment ID=%"X16_F"\n", in ip4_reass()
|
A D | dhcp.c | 1732 ("netif->hwaddr[%"U16_F"]==%02"X16_F" != reply_msg->chaddr[%"U16_F"]==%02"X16_F"\n", in dhcp_recv()
|
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/ |
A D | cc.h | 65 #define X16_F "x" macro 124 #define X16_F "x"
|
/AliOS-Things-master/hardware/chip/rtl872xd/arch/ |
A D | cc.h | 61 #define X16_F "4x" macro 122 #define X16_F "x"
|
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/arch/ |
A D | cc.h | 19 #define X16_F "hx" macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppoe.c | 635 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": unknown code (0x%"X16_F") session = 0x%"X16_F"\n", in pppoe_disc_input() 639 …PPPDEBUG(LOG_DEBUG, ("pppoe: unknown code (0x%"X16_F") session = 0x%"X16_F"\n", (u16_t)ph->code, s… in pppoe_disc_input() 739 …_F" (%x) state=%d, session=0x%x output -> %02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%… in pppoe_output()
|
A D | pppos.c | 294 …PPPDEBUG(LOG_INFO, ("pppos_netif_output[%d]: proto=0x%"X16_F", len = %d\n", ppp->netif->num, proto… in pppos_netif_output() 296 …PPPDEBUG(LOG_WARNING, ("pppos_netif_output[%d]: output failed proto=0x%"X16_F", len = %d\n", ppp->… in pppos_netif_output() 512 ("pppos_input[%d]: Dropping bad fcs 0x%"X16_F" proto=0x%"X16_F"\n", in pppos_input()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/ |
A D | cc.h | 65 #define X16_F "hx" macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | plat_types.h | 107 #ifndef X16_F 108 #define X16_F "x" macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | udp.c | 863 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: UDP checksum 0x%04"X16_F"\n", udphdr->chksum)); in udp_sendto_if_src_chksum() 864 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto)); in udp_sendto_if_src_chksum() 1209 LWIP_DEBUGF(UDP_DEBUG, ("| %5"U16_F" | 0x%04"X16_F" | (len, chksum)\n", in udp_debug_print()
|
A D | tcp_out.c | 816 ("tcp_enqueue_flags: queueing %"U32_F":%"U32_F" (0x%"X16_F")\n", in tcp_enqueue_flags() 1353 ("tcp_output_segment: calculated checksum is %"X16_F" instead of %"X16_F"\n", in tcp_output_segment()
|
A D | tcp.c | 2082 LWIP_DEBUGF(TCP_DEBUG, ("| 0x%04"X16_F" | %5"U16_F" | (chksum, urgp)\n", in tcp_debug_print()
|
A D | tcp_in.c | 153 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packet discarded due to failing checksum 0x%04"X16_F"\n",
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | ethernet.c | 96 …_F":%"X8_F":%"X8_F":%"X8_F", src:%"X8_F":%"X8_F":%"X8_F":%"X8_F":%"X8_F":%"X8_F", type:%"X16_F"\n",
|