Home
last modified time | relevance | path

Searched refs:DEBUG_LL_STATE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/net/
Dlink_local.c140 debug_cond(DEBUG_LL_STATE, "probe/%u %s@%pI4\n", in link_local_timeout()
149 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout()
161 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout()
172 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout()
226 debug_cond(DEBUG_LL_STATE, in link_local_receive_arp()
/external/u-boot/include/
Dnet.h18 #define DEBUG_LL_STATE 0 /* Link local state machine changes */ macro