| /lib/liblwip/src/core/ipv6/ |
| D | ip6.c | 104 LWIP_DEBUGF(IP_DEBUG, ("ip_input: no forwarding route found for ")); in ip_forward() 108 LWIP_DEBUGF(IP_DEBUG, ("\n")); in ip_forward() 132 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to ")); in ip_forward() 136 LWIP_DEBUGF(IP_DEBUG, ("\n")); in ip_forward() 176 LWIP_DEBUGF(IP_DEBUG, ("IP packet dropped due to bad version number\n")); in ip_input() 189 LWIP_DEBUGF(IP_DEBUG, ("ip_input: iphdr->dest ")); in ip_input() 191 LWIP_DEBUGF(IP_DEBUG, ("netif->ip_addr ")); in ip_input() 193 LWIP_DEBUGF(IP_DEBUG, ("\n")); in ip_input() 242 LWIP_DEBUGF(IP_DEBUG, ("Unsupported transport protocol %"U16_F"\n", in ip_input() 268 LWIP_DEBUGF(IP_DEBUG, ("len %"U16_F" tot_len %"U16_F"\n", p->len, p->tot_len)); in ip_output_if() [all …]
|
| D | icmp6.c | 62 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); in icmp_input() 65 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); in icmp_input() 74 …LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_c… in icmp_input() 78 LWIP_DEBUGF(ICMP_DEBUG, ("icmp: p->len %"S16_F" p->tot_len %"S16_F"\n", p->len, p->tot_len)); in icmp_input() 89 …LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_c… in icmp_input() 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" not supported.\n", (s16_t)type)); in icmp_input() 116 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_dest_unreach: failed to allocate pbuf for ICMP packet.\n")); in icmp_dest_unreach() 148 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded\n")); in icmp_time_exceeded() 154 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_dest_unreach: failed to allocate pbuf for ICMP packet.\n")); in icmp_time_exceeded()
|
| /lib/liblwip/src/core/ipv4/ |
| D | igmp.c | 158 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_init: initializing\n")); in igmp_init() 174 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_dump_group_list: [%"U32_F"] ", (u32_t)(group->group_state))); in igmp_dump_group_list() 176 LWIP_DEBUGF(IGMP_DEBUG, (" on if %p\n", group->netif)); in igmp_dump_group_list() 179 LWIP_DEBUGF(IGMP_DEBUG, ("\n")); in igmp_dump_group_list() 195 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_start: starting IGMP processing on if %p\n", netif)); in igmp_start() 205 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_start: igmp_mac_filter(ADD ")); in igmp_start() 207 LWIP_DEBUGF(IGMP_DEBUG, (") on if %p\n", netif)); in igmp_start() 244 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_stop: igmp_mac_filter(DEL ")); in igmp_stop() 246 LWIP_DEBUGF(IGMP_DEBUG, (") on if %p\n", netif)); in igmp_stop() 271 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_report_groups: sending IGMP reports on if %p\n", netif)); in igmp_report_groups() [all …]
|
| D | ip.c | 146 …LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("ip_route: No route to %"U16_F".%"U16_F".%"U16_F".… in ip_route() 214 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not forwarding LLA %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in ip_forward() 223 …LWIP_DEBUGF(IP_DEBUG, ("ip_forward: no forwarding route for %"U16_F".%"U16_F".%"U16_F".%"U16_F" fo… in ip_forward() 233 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not bouncing packets back on incoming interface.\n")); in ip_forward() 259 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in ip_forward() 321 …LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_WARNING, ("IP packet dropped due to bad version number %"U16… 347 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 352 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 368 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 404 …LWIP_DEBUGF(IP_DEBUG, ("ip_input: iphdr->dest 0x%"X32_F" netif->ip_addr 0x%"X32_F" (0x%"X32_F", 0x… [all …]
|
| D | icmp.c | 94 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short ICMP (%"U16_F" bytes) received\n", p->tot_len)); in icmp_input() 125 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n")); in icmp_input() 132 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); in icmp_input() 134 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); in icmp_input() 138 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo\n")); in icmp_input() 158 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: allocating new pbuf failed\n")); in icmp_input() 225 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ip_output_if returned an error: %c.\n", ret)); in icmp_input() 230 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", in icmp_input() 303 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded: failed to allocate pbuf for ICMP packet.\n")); in icmp_send_response() 310 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded from ")); in icmp_send_response() [all …]
|
| D | autoip.c | 170 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in autoip_handle_arp_conflict() 176 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in autoip_handle_arp_conflict() 182 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in autoip_handle_arp_conflict() 217 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in autoip_create_addr() 260 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE, in autoip_bind() 301 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in autoip_start() 306 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE, in autoip_start() 310 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE, in autoip_start() 317 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE, ("autoip_start(): allocated autoip")); in autoip_start() 339 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in autoip_start_probing() [all …]
|
| D | ip_frag.c | 132 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer dec %"U16_F"\n",(u16_t)r->timer)); in ip_reass_tmr() 138 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer timed out\n")); in ip_reass_tmr() 283 LWIP_DEBUGF(IP_REASS_DEBUG,("Failed to alloc reassdata struct\n")); in ip_reass_enqueue_new_datagram() 492 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: IP options currently not supported!\n")); in ip_reass() 509 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: Overflow condition: pbufct=%d, clen=%d, MAX=%d\n", in ip_reass() 525 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n", in ip_reass() 561 LWIP_DEBUGF(IP_REASS_DEBUG, in ip_reass() 605 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass_pbufcount: %d out\n", ip_reass_pbufcount)); in ip_reass() 609 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: nullreturn\n")); in ip_reass() 699 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_frag: pbuf_alloc(PBUF_LINK, 0, PBUF_REF) failed\n")); in ip_frag() [all …]
|
| /lib/liblwip/src/core/ |
| D | dhcp.c | 200 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_handle_nak(netif=%p) %c%c%"U16_F"\n", in dhcp_handle_nak() 230 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_check(netif=%p) %c%c\n", (void *)netif, (s16_t)net… in dhcp_check() 237 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_WARNING, ("dhcp_check: could not perform … in dhcp_check() 242 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_check(): set request timeout %"U1… in dhcp_check() 255 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_handle_offer(netif=%p) %c%c%"U16_F"\n", in dhcp_handle_offer() 260 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_handle_offer(): server 0x%08"X32_F"\n", in dhcp_handle_offer() 264 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_handle_offer(): offer for 0x%08"X32_F"\n", in dhcp_handle_offer() 269 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, in dhcp_handle_offer() 289 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_select(netif=%p) %c%c%"U16_F"\n", (void*)netif, ne… in dhcp_select() 322 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_select: REQUESTING\n")); in dhcp_select() [all …]
|
| D | tcp.c | 288 LWIP_DEBUGF(TCP_DEBUG, ("tcp_close: closing in ")); in tcp_close() 394 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_abandon: sending RST\n")); in tcp_abandon() 486 LWIP_DEBUGF(TCP_DEBUG, ("tcp_bind: bind to port %"U16_F"\n", port)); in tcp_bind() 637 LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: recveived %"U16_F" bytes, wnd %"U16_F" (%"U16_F").\n", in tcp_recved() 693 LWIP_DEBUGF(TCP_DEBUG, ("tcp_connect to port %"U16_F"\n", port)); in tcp_connect() 806 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: no active pcbs\n")); in tcp_slowtmr() 809 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: processing active pcb\n")); in tcp_slowtmr() 825 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max SYN retries reached\n")); in tcp_slowtmr() 829 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max DATA retries reached\n")); in tcp_slowtmr() 850 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F in tcp_slowtmr() [all …]
|
| D | udp.c | 171 LWIP_DEBUGF(UDP_DEBUG, 185 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len)); 194 LWIP_DEBUGF(UDP_DEBUG, 232 LWIP_DEBUGF(UDP_DEBUG, 292 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: calculating checksum\n")); 315 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 331 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 410 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: not for us.\n")); 506 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send\n")); 517 …LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("udp_send: No route to %"U16_F".%"U16_F".%"U16_F"… [all …]
|
| D | tcp_in.c | 118 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet (%"U16_F" bytes) discarded\n", p->tot_len)); in tcp_input() 134 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packet discarded due to failing checksum 0x%04"X16_F"\n", in tcp_input() 150 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet\n")); in tcp_input() 206 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for TIME_WAITing connection.\n")); in tcp_input() 257 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for LISTENing connection.\n")); in tcp_input() 265 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("+-+-+-+-+-+-+-+-+-+-+-+-+-+- tcp_input: flags ")); in tcp_input() 267 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n")); in tcp_input() 358 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: keep incoming packet, because pcb is \"full\"\n")); in tcp_input() 407 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_input: no PCB match found, resetting.\n")); in tcp_input() 455 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_listen_input: ACK in LISTEN, sending reset\n")); in tcp_listen_input() [all …]
|
| D | tcp_out.c | 165 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no memory.\n")); in tcp_create_segment() 186 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no room for TCP header in pbuf.\n")); in tcp_create_segment() 301 …LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_STATE | LWIP_DBG_LEVEL_SEVERE, ("tcp_write() called in inv… in tcp_write_checks() 309 … LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n", in tcp_write_checks() 315 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen)); in tcp_write_checks() 321 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too long queue %"U16_F" (max %"U16_F")\n", in tcp_write_checks() 380 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, data=%p, len=%"U16_F", apiflags=%"U16_F")\n", in tcp_write() 477 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 492 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 536 …LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_write : could not allocate memory for pbuf copy size %"U16… in tcp_write() [all …]
|
| D | timers.c | 122 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: ip_reass_tmr()\n")); in ip_reass_timer() 138 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: etharp_tmr()\n")); in arp_timer() 154 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_coarse_tmr()\n")); in dhcp_timer_coarse() 168 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_fine_tmr()\n")); in dhcp_timer_fine() 184 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: autoip_tmr()\n")); in autoip_timer() 200 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: igmp_tmr()\n")); in igmp_timer() 216 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dns_tmr()\n")); in dns_timer() 282 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" handler=%s arg=%p\n", in sys_timeout_debug() 388 LWIP_DEBUGF(TIMERS_DEBUG, ("sct calling h=%s arg=%p\n", in sys_check_timeouts() 450 LWIP_DEBUGF(TIMERS_DEBUG, ("stmf calling h=%s arg=%p\n", in sys_timeouts_mbox_fetch()
|
| D | dns.c | 241 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init() 306 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr() 471 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup() 473 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup() 570 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n", in dns_send() 655 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry() 671 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", pEntry->name)); in dns_check_entry() 688 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry() 698 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": flush\n", pEntry->name)); in dns_check_entry() 749 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too big\n")); in dns_recv() [all …]
|
| D | raw.c | 210 LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_sendto\n")); in raw_sendto() 218 …LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("raw_sendto: could not allocate … in raw_sendto() 226 …LWIP_DEBUGF(RAW_DEBUG, ("raw_sendto: added header pbuf %p before given pbuf %p\n", (void *)q, (voi… in raw_sendto() 237 …LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_LEVEL_WARNING, ("raw_sendto: No route to %"U16_F".%"U16_F".%"U16_… in raw_sendto() 249 …LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_LEVEL_WARNING, ("raw_sendto: SOF_BROADCAST not enabled on pcb %p\… in raw_sendto() 335 LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_new\n")); in raw_new()
|
| D | netif.c | 200 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ", in netif_add() 203 LWIP_DEBUGF(NETIF_DEBUG, (" netmask ")); in netif_add() 205 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); in netif_add() 207 LWIP_DEBUGF(NETIF_DEBUG, ("\n")); in netif_add() 280 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") ); in netif_remove() 305 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1])); in netif_find() 309 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1])); in netif_find() 334 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: netif address being changed\n")); in netif_set_ipaddr() 346 …LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: aborting TCP pcb %p\n", (void *)pcb)… in netif_set_ipaddr() 371 …LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("netif: IP address of interface %c%c s… in netif_set_ipaddr() [all …]
|
| D | pbuf.c | 130 … LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free_ooseq: freeing out-of-sequence pbufs\n")); in pbuf_free_ooseq() 212 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc(length=%"U16_F")\n", length)); in pbuf_alloc() 240 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc: allocated pbuf %p\n", (void *)p)); in pbuf_alloc() 328 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_alloc() 347 …LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc(length=%"U16_F") == %p\n", length, (void *)p… in pbuf_alloc() 371 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloced_custom(length=%"U16_F")\n", length)); in pbuf_alloced_custom() 396 …LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_WARNING, ("pbuf_alloced_custom(length=%"U16_F") buffer too… in pbuf_alloced_custom() 550 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_header() 578 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_header: old %p new %p (%"S16_F")\n", in pbuf_header() 627 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_free() [all …]
|
| /lib/liblwip/src/netif/ppp/ |
| D | pppdebug.h | 53 #define AUTHDEBUG(a, b) LWIP_DEBUGF(a, b) 54 #define IPCPDEBUG(a, b) LWIP_DEBUGF(a, b) 55 #define UPAPDEBUG(a, b) LWIP_DEBUGF(a, b) 56 #define LCPDEBUG(a, b) LWIP_DEBUGF(a, b) 57 #define FSMDEBUG(a, b) LWIP_DEBUGF(a, b) 58 #define CHAPDEBUG(a, b) LWIP_DEBUGF(a, b) 59 #define PPPDEBUG(a, b) LWIP_DEBUGF(a, b)
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 200 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): invalid\n", s)); in get_socket() 208 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): not active\n", s)); in get_socket() 323 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d)...\n", s)); in lwip_accept() 330 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d): returning EWOULDBLOCK\n", s)); in lwip_accept() 338 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d): netconn_acept failed, err=%d\n", s, err)); in lwip_accept() 353 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d): netconn_peer failed, err=%d\n", s, err)); in lwip_accept() 396 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d) returning new sock=%d addr=", s, newsock)); in lwip_accept() 398 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F"\n", port)); in lwip_accept() 427 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_bind(%d, addr=", s)); in lwip_bind() 429 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F")\n", ntohs(local_port))); in lwip_bind() [all …]
|
| D | netdb.c | 99 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname() 116 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); in lwip_gethostbyname() 117 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", s_hostent.h_aliases)); in lwip_gethostbyname() 121 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %p\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname() 122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %s\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname() 125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname() 126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname() 127 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list == %p\n", s_hostent.h_addr_list)); in lwip_gethostbyname() 131 … LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i] == %p\n", idx, s_hostent.h_addr_list[idx])); in lwip_gethostbyname() 132 …LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i]-> == %s\n", idx, ip_ntoa((ip_addr_t*)s_hostent.h_… in lwip_gethostbyname() [all …]
|
| D | tcpip.c | 93 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API message %p\n", (void *)msg)); in tcpip_thread() 100 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: PACKET %p\n", (void *)msg)); in tcpip_thread() 115 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: Netif API message %p\n", (void *)msg)); in tcpip_thread() 122 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: TIMEOUT %p\n", (void *)msg)); in tcpip_thread() 127 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: UNTIMEOUT %p\n", (void *)msg)); in tcpip_thread() 134 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: CALLBACK %p\n", (void *)msg)); in tcpip_thread() 140 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: CALLBACK_STATIC %p\n", (void *)msg)); in tcpip_thread() 145 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: invalid message: %d\n", msg->type)); in tcpip_thread() 165 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_input: PACKET %p/%p\n", (void *)p, (void *)inp)); in tcpip_input()
|
| /lib/liblwip/src/core/snmp/ |
| D | mib_structs.c | 67 LWIP_DEBUGF(SNMP_MIB_DEBUG,("push_node() node=%p id=%"S32_F"\n",(void*)(node->r_ptr),node->r_id)); in push_node() 86 LWIP_DEBUGF(SNMP_MIB_DEBUG,("pop_node() node=%p id=%"S32_F"\n",(void *)(node->r_ptr),node->r_id)); in pop_node() 228 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc empty list objid==%"S32_F"\n",objid)); in snmp_mib_node_insert() 252 LWIP_DEBUGF(SNMP_MIB_DEBUG,("node already there objid==%"S32_F"\n",objid)); in snmp_mib_node_insert() 261 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc ins tail objid==%"S32_F"\n",objid)); in snmp_mib_node_insert() 281 LWIP_DEBUGF(SNMP_MIB_DEBUG,("traverse list\n")); in snmp_mib_node_insert() 289 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc ins n->prev, objid==%"S32_F", n\n",objid)); in snmp_mib_node_insert() 430 LWIP_DEBUGF(SNMP_MIB_DEBUG,("free list objid==%"S32_F"\n",n->objid)); in snmp_mib_node_delete() 457 LWIP_DEBUGF(SNMP_MIB_DEBUG,("node==%p *ident==%"S32_F"\n",(void*)node,*ident)); in snmp_search_tree() 478 …LWIP_DEBUGF(SNMP_MIB_DEBUG,("an->objid[%"U16_F"]==%"S32_F" *ident==%"S32_F"\n",i,an->objid[i],*ide… in snmp_search_tree() [all …]
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 184 …LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_free_entry: freeing entry %"U16_F", packet queue %p.\n", (u16_t… in etharp_free_entry() 210 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_timer\n")); in etharp_tmr() 224 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_timer: expired %s entry %"U16_F".\n", in etharp_tmr() 295 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_find_entry: found empty entry %"U16_F"\n", (u16_t)i)); in etharp_find_entry() 303 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: found matching entry %"U16_F"\n", … in etharp_find_entry() 345 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: no empty entry found and not allow… in etharp_find_entry() 361 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: selecting empty entry %"U16_F"\n",… in etharp_find_entry() 367 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: selecting oldest stable entry %"U1… in etharp_find_entry() 374 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: selecting oldest pending entry %"U… in etharp_find_entry() 379 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: selecting oldest pending entry %"U… in etharp_find_entry() [all …]
|
| /lib/liblwip/src/include/lwip/ |
| D | debug.h | 82 #define LWIP_DEBUGF(debug, message) do { \ macro 95 #define LWIP_DEBUGF(debug, message) macro
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 148 LWIP_DEBUGF(SYS_DEBUG, ("sys_thread_new: pthread_create %d, st = 0x%lx", in sys_thread_new() 203 LWIP_DEBUGF(SYS_DEBUG, ("sys_mbox_trypost: mbox %p msg %p\n", in sys_mbox_trypost() 240 LWIP_DEBUGF(SYS_DEBUG, ("sys_mbox_post: mbox %p msg %p\n", (void *)mbox, (void *)msg)); in sys_mbox_post() 282 LWIP_DEBUGF(SYS_DEBUG, ("sys_mbox_tryfetch: mbox %p msg %p\n", (void *)mbox, *msg)); in sys_arch_mbox_tryfetch() 286 LWIP_DEBUGF(SYS_DEBUG, ("sys_mbox_tryfetch: mbox %p, null msg\n", (void *)mbox)); in sys_arch_mbox_tryfetch() 331 LWIP_DEBUGF(SYS_DEBUG, ("sys_mbox_fetch: mbox %p msg %p\n", (void *)mbox, *msg)); in sys_arch_mbox_fetch() 335 LWIP_DEBUGF(SYS_DEBUG, ("sys_mbox_fetch: mbox %p, null msg\n", (void *)mbox)); in sys_arch_mbox_fetch()
|