Searched refs:DEBUG_NET_PKT (Results 1 – 5 of 5) sorted by relevance
/u-boot/net/ |
A D | rarp.c | 32 debug_cond(DEBUG_NET_PKT, "Got RARP\n"); in rarp_receive()
|
A D | net.c | 1086 debug_cond(DEBUG_NET_PKT, "packet received\n"); in net_process_received_packet() 1139 debug_cond(DEBUG_NET_PKT, "VLAN packet received\n"); in net_process_received_packet() 1161 debug_cond(DEBUG_NET_PKT, "Receive from protocol 0x%x\n", eth_proto); in net_process_received_packet() 1189 debug_cond(DEBUG_NET_PKT, "Got IP\n"); in net_process_received_packet() 1202 debug_cond(DEBUG_NET_PKT, "len=%d, v=%02x\n", in net_process_received_packet()
|
A D | arp.c | 143 debug_cond(DEBUG_NET_PKT, "Got ARP\n"); in arp_receive()
|
A D | link_local.c | 290 debug_cond(DEBUG_NET_PKT, in link_local_receive_arp()
|
/u-boot/include/ |
A D | net.h | 30 #define DEBUG_NET_PKT 0 /* Packets on info on the network at large */ macro
|
Completed in 10 milliseconds