Searched refs:UNDIIF_ARP_DEBUG (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 575 …LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("undiarp_request: sending ARP reque… in undiarp_request() 581 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, in undiarp_request() 590 …LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("undiarp_request: sending raw ARP p… in undiarp_request() 650 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG, ("undiarp_timer\n")); in undiarp_tmr() 659 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG , ("undiarp_timer: expired %s entry %"U16_F".\n", in undiarp_tmr() 668 …LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG , ("undiarp_timer: freeing entry %"U16_F", packet queu… in undiarp_tmr() 771 …LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG , ("find_entry: found empty entry %"U16_F"\n", (u16_t)… in find_entry() 779 …LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: found matching pending… in find_entry() 807 …LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: found matching stable … in find_entry() 828 …LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: no empty entry found a… in find_entry() [all …]
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | opt.h | 1828 #ifndef UNDIIF_ARP_DEBUG 1829 #define UNDIIF_ARP_DEBUG LWIP_DBG_OFF macro
|