Home
last modified time | relevance | path

Searched refs:DEBUG_NET_PKT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c1049 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 Drarp.c32 debug_cond(DEBUG_NET_PKT, "Got RARP\n"); in rarp_receive()
H A Darp.c139 debug_cond(DEBUG_NET_PKT, "Got ARP\n"); in arp_receive()
H A Dlink_local.c287 debug_cond(DEBUG_NET_PKT, in link_local_receive_arp()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h20 #define DEBUG_NET_PKT 0 /* Packets on info on the network at large */ macro