HomeSort by relevance Sort by last modified time
    Searched refs:etharp (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/netif/
etharp.c 57 #include "netif/etharp.h"
142 * Free a complete queue of etharp entries
414 LWIP_ASSERT("netif->hwaddr_len must be the same as ETHARP_HWADDR_LEN for etharp!",
644 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_ip_input: updating ETHARP table.\n"));
687 ETHARP_STATS_INC(etharp.lenerr);
688 ETHARP_STATS_INC(etharp.drop);
709 ETHARP_STATS_INC(etharp.proterr);
710 ETHARP_STATS_INC(etharp.drop);
714 ETHARP_STATS_INC(etharp.recv);
765 LWIP_ASSERT("netif->hwaddr_len must be the same as ETHARP_HWADDR_LEN for etharp!",
    [all...]
undiif.c 75 #include "netif/etharp.h"
583 ETHARP_STATS_INC(etharp.memerr);
608 ETHARP_STATS_INC(etharp.xmit);
619 * Free a complete queue of etharp entries
736 ETHARP_STATS_INC(etharp.cachehit);
746 ETHARP_STATS_INC(etharp.cachehit);
958 ETHARP_STATS_INC(etharp.memerr);
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 118 struct stats_proto etharp; member in struct:stats_
217 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP")

Completed in 49 milliseconds