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