Home
last modified time | relevance | path

Searched refs:etharp (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/lwip/src/netif/
Detharp.c687 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);
811 ETHARP_STATS_INC(etharp.err);
905 ETHARP_STATS_INC(etharp.cachehit);
979 ETHARP_STATS_INC(etharp.memerr);
1089 ETHARP_STATS_INC(etharp.memerr);
1136 ETHARP_STATS_INC(etharp.memerr);
[all …]
Dundiif.c583 ETHARP_STATS_INC(etharp.memerr); in undiarp_request()
608 ETHARP_STATS_INC(etharp.xmit); in undiarp_request()
736 ETHARP_STATS_INC(etharp.cachehit); in find_entry()
746 ETHARP_STATS_INC(etharp.cachehit); in find_entry()
958 ETHARP_STATS_INC(etharp.memerr); in undiarp_query()
1053 ETHARP_STATS_INC(etharp.memerr); in undiarp_query()
1329 ETHARP_STATS_INC(etharp.lenerr); in undiarp_input()
1330 ETHARP_STATS_INC(etharp.drop); in undiarp_input()
1344 ETHARP_STATS_INC(etharp.proterr); in undiarp_input()
1345 ETHARP_STATS_INC(etharp.drop); in undiarp_input()
[all …]
DFILES5 etharp.c
15 network device drivers. It uses the etharp.c ARP code.
/external/syslinux/core/lwip/
DCHANGELOG68 * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
83 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/
92 * opt.h, etharp.c/.h: Added support for static ARP table entries
237 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
251 * etharp.h/.c: Fixed broken VLAN support.
310 * etharp.c: Fixed bug #31720: ARP-queueing: RFC 1122 recommends to queue at
322 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr
453 * opt.h, etharp.h: Fixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports
470 * etharp.c: Fixed bug #29087: etharp: don't send packets for LinkLocal-
508 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a
[all …]
/external/syslinux/core/lwip/src/include/lwip/
Dstats.h118 struct stats_proto etharp; member
217 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP")
/external/syslinux/core/lwip/doc/
Dsnmp_agent.txt178 These trees are updated by e.g. the etharp code
Drawapi.txt434 function ethernet_input() declared in "netif/etharp.h". Other drivers