/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/ |
H A D | ip6.c | 104 LWIP_DEBUGF(IP_DEBUG, ("ip_input: no forwarding route found for ")); 108 LWIP_DEBUGF(IP_DEBUG, ("\n")); 130 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to ")); 134 LWIP_DEBUGF(IP_DEBUG, ("\n")); 178 LWIP_DEBUGF(IP_DEBUG, ("IP packet dropped due to bad version number\n")); 193 LWIP_DEBUGF(IP_DEBUG, ("ip_input: iphdr->dest ")); 195 LWIP_DEBUGF(IP_DEBUG, ("netif->ip_addr ")); 197 LWIP_DEBUGF(IP_DEBUG, ("\n")); 218 /* LWIP_DEBUGF("ip_input: \n"); 220 LWIP_DEBUGF("ip_inpu [all...] |
H A D | icmp6.c | 64 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); 67 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); 79 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_chksum_pseudo(p, &(iphdr->src), &(iphdr->dest), IP_PROTO_ICMP, p->tot_len))); 86 LWIP_DEBUGF(ICMP_DEBUG, ("icmp: p->len %"S16_F" p->tot_len %"S16_F"\n", p->len, p->tot_len)); 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_chksum_pseudo(p, &(iphdr->src), &(iphdr->dest), IP_PROTO_ICMP, p->tot_len))); 102 /* LWIP_DEBUGF("icmp: p->len %"U16_F" p->tot_len %"U16_F"\n", p->len, p->tot_len);*/ 107 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" not supported.\n", (s16_t)type)); 154 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded\n"));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A 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)
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | debug.h | 51 /** flag for LWIP_DEBUGF to enable that debug message */ 53 /** flag for LWIP_DEBUGF to disable that debug message */ 56 /** flag for LWIP_DEBUGF indicating a tracing message (to follow program flow) */ 58 /** flag for LWIP_DEBUGF indicating a state debug message (to follow module states) */ 60 /** flag for LWIP_DEBUGF indicating newly added code, not thoroughly tested yet */ 62 /** flag for LWIP_DEBUGF to halt after printing this debug message */ 80 #ifndef LWIP_DEBUGF 84 #define LWIP_DEBUGF(debug, message) do { \ macro 95 #endif /* !LWIP_DEBUGF */ 99 #error LWIP_DEBUGF i 101 #define LWIP_DEBUGF macro [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | igmp.c | 158 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_init: initializing\n")); 174 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_dump_group_list: [%"U32_F"] ", (u32_t)(group->group_state))); 176 LWIP_DEBUGF(IGMP_DEBUG, (" on if %p\n", group->netif)); 179 LWIP_DEBUGF(IGMP_DEBUG, ("\n")); 195 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_start: starting IGMP processing on if %p\n", netif)); 205 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_start: igmp_mac_filter(ADD ")); 207 LWIP_DEBUGF(IGMP_DEBUG, (") on if %p\n", netif)); 244 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_stop: igmp_mac_filter(DEL ")); 246 LWIP_DEBUGF(IGMP_DEBUG, (") on if %p\n", netif)); 271 LWIP_DEBUGF(IGMP_DEBU [all...] |
H A D | icmp.c | 105 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short ICMP (%"U16_F" bytes) received\n", p->tot_len)); 136 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n")); 143 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); 145 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); 150 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo\n")); 171 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: allocating new pbuf failed\n")); 238 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ip_output_if returned an error: %c.\n", ret)); 243 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", 289 LWIP_DEBUGF(ICMP_DEBUG, 296 LWIP_DEBUGF(ICMP_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | dhcp.c | 149 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_handle_nak(netif=%p) %c%c%"U16_F"\n", 152 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | DBG_STATE, ("dhcp_handle_nak(): set request timeout %"U16_F" msecs\n", msecs)); 168 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_check(netif=%p) %c%c\n", (void *)netif, (s16_t)netif->name[0], 174 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | 2, ("dhcp_check: could not perform ARP query\n")); 179 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | DBG_STATE, ("dhcp_check(): set request timeout %"U16_F" msecs\n", msecs)); 193 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_handle_offer(netif=%p) %c%c%"U16_F"\n", 198 LWIP_DEBUGF(DHCP_DEBUG | DBG_STATE, ("dhcp_handle_offer(): server 0x%08"X32_F"\n", dhcp->server_ip_addr.addr)); 201 LWIP_DEBUGF(DHCP_DEBUG | DBG_STATE, ("dhcp_handle_offer(): offer for 0x%08"X32_F"\n", dhcp->offered_ip_addr.addr)); 220 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_select(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); 258 LWIP_DEBUGF(DHCP_DEBU [all...] |
H A D | tcp.c | 120 LWIP_DEBUGF(TCP_DEBUG, ("tcp_close: closing in ")); 233 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_abort: sending RST\n")); 279 LWIP_DEBUGF(TCP_DEBUG, ("tcp_bind: bind to port %"U16_F"\n", port)); 369 LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: recveived %"U16_F" bytes, wnd %"U16_F" (%"U16_F").\n", 423 LWIP_DEBUGF(TCP_DEBUG, ("tcp_connect to port %"U16_F"\n", port)); 485 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: no active pcbs\n")); 488 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: processing active pcb\n")); 497 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max SYN retries reached\n")); 501 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max DATA retries reached\n")); 507 LWIP_DEBUGF(TCP_RTO_DEBU [all...] |
H A D | udp.c | 103 LWIP_DEBUGF(UDP_DEBUG, 116 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len)); 124 LWIP_DEBUGF(UDP_DEBUG, 137 LWIP_DEBUGF(UDP_DEBUG, 173 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE, ("udp_input: calculating checksum\n")); 184 LWIP_DEBUGF(UDP_DEBUG | 2, 199 LWIP_DEBUGF(UDP_DEBUG | 2, 217 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE, ("udp_input: not for us.\n")); 303 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("udp_send\n")); 307 LWIP_DEBUGF(UDP_DEBU [all...] |
H A D | netif.c | 99 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ", 102 LWIP_DEBUGF(NETIF_DEBUG, (" netmask ")); 104 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); 106 LWIP_DEBUGF(NETIF_DEBUG, ("\n")); 147 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") ); 166 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1])); 170 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1])); 187 LWIP_DEBUGF(NETIF_DEBUG | 1, ("netif_set_ipaddr: netif address being changed\n")); 194 LWIP_DEBUGF(NETIF_DEBUG | 1, ("netif_set_ipaddr: aborting TCP pcb %p\n", (void *)pcb)); 226 LWIP_DEBUGF(NETIF_DEBU [all...] |
H A D | tcp_out.c | 84 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, arg=%p, len=%"U16_F", copy=%"U16_F")\n", (void *)pcb, 96 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | DBG_STATE | 3, ("tcp_write() called in invalid state\n")); 127 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_enqueue(pcb=%p, arg=%p, len=%"U16_F", flags=%"X16_F", copy=%"U16_F")\n", 135 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_enqueue: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n", len, pcb->snd_buf)); 145 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen)); 151 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_enqueue: too long queue %"U16_F" (max %"U16_F")\n", queuelen, TCP_SND_QUEUELEN)); 176 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue: could not allocate memory for tcp_seg\n")); 211 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue : could not allocate memory for pbuf copy size %"U16_F"\n", seglen)); 228 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue: could not allocate memory for zero-copy pbuf\n")); 241 LWIP_DEBUGF(TCP_OUTPUT_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | ip.c | 115 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: no forwarding route for 0x%"X32_F" found\n", 123 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not bouncing packets back on incoming interface.\n")); 147 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to 0x%"X32_F"\n", 186 LWIP_DEBUGF(IP_DEBUG | 1, ("IP packet dropped due to bad version number %"U16_F"\n", IPH_V(iphdr))); 201 LWIP_DEBUGF(IP_DEBUG | 2, ("IP header (len %"U16_F") does not fit in first pbuf (len %"U16_F"), IP packet droppped.\n", 215 LWIP_DEBUGF(IP_DEBUG | 2, ("Checksum (0x%"X16_F") failed, IP packet dropped.\n", inet_chksum(iphdr, iphdrlen))); 232 LWIP_DEBUGF(IP_DEBUG, ("ip_input: iphdr->dest 0x%"X32_F" netif->ip_addr 0x%"X32_F" (0x%"X32_F", 0x%"X32_F", 0x%"X32_F")\n", 245 LWIP_DEBUGF(IP_DEBUG, ("ip_input: packet accepted on interface %c%c\n", 260 LWIP_DEBUGF(IP_DEBUG | DBG_TRACE | 1, ("ip_input: UDP packet to DHCP client port %"U16_F"\n", 263 LWIP_DEBUGF(IP_DEBU [all...] |
H A D | icmp.c | 63 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short ICMP (%"U16_F" bytes) received\n", p->tot_len)); 76 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n")); 81 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); 83 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); 92 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo\n")); 119 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", (s16_t)type, (s16_t)code)); 169 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded from ")); 171 LWIP_DEBUGF(ICMP_DEBUG, (" to ")); 173 LWIP_DEBUGF(ICMP_DEBUG, ("\n"));
|
H A D | ip_frag.c | 110 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer dec %"U16_F"\n",(u16_t)ip_reasstmr)); 141 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: new packet\n")); 155 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n", 166 LWIP_DEBUGF(IP_REASS_DEBUG, 176 LWIP_DEBUGF(IP_REASS_DEBUG, 184 LWIP_DEBUGF(IP_REASS_DEBUG, 199 LWIP_DEBUGF(IP_REASS_DEBUG, 220 LWIP_DEBUGF(IP_REASS_DEBUG, 235 LWIP_DEBUGF(IP_REASS_DEBUG, 247 LWIP_DEBUGF(IP_REASS_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | debug.h | 50 /** flag for LWIP_DEBUGF to enable that debug message */ 52 /** flag for LWIP_DEBUGF to disable that debug message */ 55 /** flag for LWIP_DEBUGF indicating a tracing message (to follow program flow) */ 57 /** flag for LWIP_DEBUGF indicating a state debug message (to follow module states) */ 59 /** flag for LWIP_DEBUGF indicating newly added code, not thoroughly tested yet */ 61 /** flag for LWIP_DEBUGF to halt after printing this debug message */ 74 # define LWIP_DEBUGF(debug,x) do { if (((debug) & DBG_ON) && ((debug) & DBG_TYPES_ON) && ((s16_t)((debug) & DBG_MASK_LEVEL) >= DBG_MIN_LEVEL)) { LWIP_PLATFORM_DIAG(x); if ((debug) & DBG_HALT) while(1); } } while(0) macro 77 # define LWIP_DEBUGF(debug,x) do {} while (0) macro
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | sockets.c | 120 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): invalid\n", s)); 128 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): not active\n", s)); 175 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d)...\n", s)); 212 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d) returning new sock=%d addr=", s, newsock)); 214 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%u\n", port)); 237 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_bind(%d, addr=", s)); 239 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%u)\n", ntohs(local_port))); 244 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_bind(%d) failed, err=%d\n", s, err)); 249 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_bind(%d) succeeded\n", s)); 259 LWIP_DEBUGF(SOCKETS_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | udp.c | 180 LWIP_DEBUGF(UDP_DEBUG, 198 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len)); 207 LWIP_DEBUGF(UDP_DEBUG, ("udp (")); 209 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F") <-- (", ntohs(udphdr->dest))); 211 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F")\n", ntohs(udphdr->src))); 244 LWIP_DEBUGF(UDP_DEBUG, ("pcb (")); 246 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F") <-- (", pcb->local_port)); 248 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F")\n", pcb->remote_port)); 326 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: calculating checksum\n")); 457 LWIP_DEBUGF(UDP_DEBU [all...] |
H A D | dhcp.c | 200 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_handle_nak(netif=%p) %c%c%"U16_F"\n", 230 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_check(netif=%p) %c%c\n", (void *)netif, (s16_t)netif->name[0], 237 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_WARNING, ("dhcp_check: could not perform ARP query\n")); 242 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_check(): set request timeout %"U16_F" msecs\n", msecs)); 255 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_handle_offer(netif=%p) %c%c%"U16_F"\n", 260 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_handle_offer(): server 0x%08"X32_F"\n", 264 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_handle_offer(): offer for 0x%08"X32_F"\n", 269 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, 289 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_select(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); 322 LWIP_DEBUGF(DHCP_DEBU [all...] |
H A D | tcp.c | 297 LWIP_DEBUGF(TCP_DEBUG, ("tcp_close: closing in ")); 407 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_abandon: sending RST\n")); 501 LWIP_DEBUGF(TCP_DEBUG, ("tcp_bind: bind to port %"U16_F"\n", port)); 705 LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: received %"U16_F" bytes, wnd %"U16_F" (%"U16_F").\n", 761 LWIP_DEBUGF(TCP_DEBUG, ("tcp_connect to port %"U16_F"\n", port)); 878 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: no active pcbs\n")); 882 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: processing active pcb\n")); 898 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max SYN retries reached\n")); 902 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max DATA retries reached\n")); 923 LWIP_DEBUGF(TCP_RTO_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A 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)); 86 LWIP_DEBUGF(SNMP_MIB_DEBUG,("pop_node() node=%p id=%"S32_F"\n",(void *)(node->r_ptr),node->r_id)); 240 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc empty list objid==%"S32_F"\n",objid)); 264 LWIP_DEBUGF(SNMP_MIB_DEBUG,("node already there objid==%"S32_F"\n",objid)); 273 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc ins tail objid==%"S32_F"\n",objid)); 293 LWIP_DEBUGF(SNMP_MIB_DEBUG,("traverse list\n")); 301 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc ins n->prev, objid==%"S32_F", n\n",objid)); 442 LWIP_DEBUGF(SNMP_MIB_DEBUG,("free list objid==%"S32_F"\n",n->objid)); 469 LWIP_DEBUGF(SNMP_MIB_DEBUG,("node==%p *ident==%"S32_F"\n",(void*)node,*ident)); 490 LWIP_DEBUGF(SNMP_MIB_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A 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)); 86 LWIP_DEBUGF(SNMP_MIB_DEBUG,("pop_node() node=%p id=%"S32_F"\n",(void *)(node->r_ptr),node->r_id)); 228 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc empty list objid==%"S32_F"\n",objid)); 252 LWIP_DEBUGF(SNMP_MIB_DEBUG,("node already there objid==%"S32_F"\n",objid)); 261 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc ins tail objid==%"S32_F"\n",objid)); 281 LWIP_DEBUGF(SNMP_MIB_DEBUG,("traverse list\n")); 289 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc ins n->prev, objid==%"S32_F", n\n",objid)); 430 LWIP_DEBUGF(SNMP_MIB_DEBUG,("free list objid==%"S32_F"\n",n->objid)); 457 LWIP_DEBUGF(SNMP_MIB_DEBUG,("node==%p *ident==%"S32_F"\n",(void*)node,*ident)); 478 LWIP_DEBUGF(SNMP_MIB_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | sockets.c | 272 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): invalid\n", s)); 280 LWIP_DEBUGF(SOCKETS_DEBUG, ("get_socket(%d): not active\n", s)); 394 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d)...\n", s)); 401 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d): returning EWOULDBLOCK\n", s)); 409 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d): netconn_acept failed, err=%d\n", s, err)); 429 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d): netconn_peer failed, err=%d\n", s, err)); 463 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_accept(%d) returning new sock=%d", s, newsock)); 465 LWIP_DEBUGF(SOCKETS_DEBUG, (" addr=")); 467 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F"\n", port)); 500 LWIP_DEBUGF(SOCKETS_DEBU [all...] |
H A D | netdb.c | 99 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); 116 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); 117 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", s_hostent.h_aliases)); 121 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %p\n", idx, s_hostent.h_aliases[idx])); 122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %s\n", idx, s_hostent.h_aliases[idx])); 125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); 126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); 127 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list == %p\n", s_hostent.h_addr_list)); 131 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i] == %p\n", idx, s_hostent.h_addr_list[idx])); 132 LWIP_DEBUGF(DNS_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ |
H A D | etharp.c | 144 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_timer\n")); 152 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_timer: expired stable entry %"U16_F".\n", (u16_t)i)); 158 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_timer: expired pending entry %"U16_F".\n", (u16_t)i)); 174 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_timer: freeing entry %"U16_F", packet queue %p.\n", (u16_t)i, (void *)(arp_table[i].p))); 237 LWIP_DEBUGF(ETHARP_DEBUG, ("find_entry: found empty entry %"U16_F"\n", (u16_t)i)); 245 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("find_entry: found matching pending entry %"U16_F"\n", (u16_t)i)); 268 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("find_entry: found matching stable entry %"U16_F"\n", (u16_t)i)); 298 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("find_entry: selecting empty entry %"U16_F"\n", (u16_t)i)); 304 LWIP_DEBUGF(ETHARP_DEBUG | DBG_TRACE, ("find_entry: selecting oldest stable entry %"U16_F"\n", (u16_t)i)); 313 LWIP_DEBUGF(ETHARP_DEBU [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | ip6.c | 301 LWIP_DEBUGF(IP6_DEBUG, ("ip6_forward: not forwarding link-local address.\n")); 310 LWIP_DEBUGF(IP6_DEBUG, ("ip6_forward: no route for %"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F"\n", 350 LWIP_DEBUGF(IP6_DEBUG, ("ip6_forward: not bouncing packets back on incoming interface.\n")); 381 LWIP_DEBUGF(IP6_DEBUG, ("ip6_forward: forwarding packet to %"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F"\n", 442 LWIP_DEBUGF(IP6_DEBUG | LWIP_DBG_LEVEL_WARNING, ("IPv6 packet dropped due to bad version number %"U32_F"\n", 453 LWIP_DEBUGF(IP6_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 458 LWIP_DEBUGF(IP6_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 511 LWIP_DEBUGF(IP6_DEBUG, ("ip6_input: solicited node packet accepted on interface %c%c\n", 556 LWIP_DEBUGF(IP6_DEBUG, ("ip6_input: packet accepted on interface %c%c\n", 565 LWIP_DEBUGF(IP6_DEBU [all...] |