Searched refs:DEBUG_NET_PKT (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/net/ |
D | net.c | 1064 debug_cond(DEBUG_NET_PKT, "packet received\n"); in net_process_received_packet() 1114 debug_cond(DEBUG_NET_PKT, "VLAN packet received\n"); in net_process_received_packet() 1136 debug_cond(DEBUG_NET_PKT, "Receive from protocol 0x%x\n", eth_proto); in net_process_received_packet() 1164 debug_cond(DEBUG_NET_PKT, "Got IP\n"); in net_process_received_packet() 1177 debug_cond(DEBUG_NET_PKT, "len=%d, v=%02x\n", in net_process_received_packet()
|
D | rarp.c | 31 debug_cond(DEBUG_NET_PKT, "Got RARP\n"); in rarp_receive()
|
D | arp.c | 139 debug_cond(DEBUG_NET_PKT, "Got ARP\n"); in arp_receive()
|
D | link_local.c | 287 debug_cond(DEBUG_NET_PKT, in link_local_receive_arp()
|
/external/u-boot/include/ |
D | net.h | 20 #define DEBUG_NET_PKT 0 /* Packets on info on the network at large */ macro
|