Searched refs:DEBUG_DEV_PKT (Results 1 – 8 of 8) sorted by relevance
| /u-boot/net/ |
| A D | tcp.c | 143 debug_cond(DEBUG_DEV_PKT, in tcp_set_pseudo_header() 258 debug_cond(DEBUG_DEV_PKT, in tcp_set_tcp_header() 278 debug_cond(DEBUG_DEV_PKT, in tcp_set_tcp_header() 284 debug_cond(DEBUG_DEV_PKT, in tcp_set_tcp_header() 293 debug_cond(DEBUG_DEV_PKT, in tcp_set_tcp_header() 304 debug_cond(DEBUG_DEV_PKT, in tcp_set_tcp_header() 312 debug_cond(DEBUG_DEV_PKT, in tcp_set_tcp_header() 391 debug_cond(DEBUG_DEV_PKT, in tcp_hole() 402 debug_cond(DEBUG_DEV_PKT, in tcp_hole() 647 debug_cond(DEBUG_DEV_PKT, in rxhand_tcp_f() [all …]
|
| A D | arp.c | 48 debug_cond(DEBUG_DEV_PKT, "ARP broadcast %d\n", arp_wait_try); in arp_raw_request() 154 debug_cond(DEBUG_DEV_PKT, "Got ARP REQUEST, return our IP\n"); in arp_receive() 196 debug_cond(DEBUG_DEV_PKT, in arp_receive()
|
| A D | ping.c | 46 debug_cond(DEBUG_DEV_PKT, "sending ARP for %pI4\n", &net_ping_ip); in ping_send() 98 debug_cond(DEBUG_DEV_PKT, in ping_receive()
|
| A D | rarp.c | 44 debug_cond(DEBUG_DEV_PKT, "Got good RARP\n"); in rarp_receive()
|
| A D | link_local.c | 102 debug_cond(DEBUG_DEV_PKT, "...wait %d %s nprobes=%u, nclaims=%u\n", in configure_wait()
|
| A D | net.c | 958 debug_cond(DEBUG_DEV_PKT, "sending ARP for %pI4\n", &dest); in net_send_ip_packet() 973 debug_cond(DEBUG_DEV_PKT, "sending UDP to %pI4/%pM\n", in net_send_ip_packet() 1384 debug_cond(DEBUG_DEV_PKT, in net_process_received_packet() 1398 debug_cond(DEBUG_DEV_PKT, in net_process_received_packet()
|
| /u-boot/drivers/net/ |
| A D | netconsole.c | 147 debug_cond(DEBUG_DEV_PKT, "input: \"%*.*s\"\n", len, len, pkt); in nc_input_packet() 181 debug_cond(DEBUG_DEV_PKT, "output: \"%*.*s\"\n", len, len, buf); in nc_send_packet()
|
| /u-boot/include/ |
| A D | net.h | 29 #define DEBUG_DEV_PKT 0 /* Packets or info directed to the device */ macro
|
Completed in 22 milliseconds