etharp_query() is only used within LwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ERR_BUF Could not make room for Ethernet header. - ERR_MEM Hardware address unknown, and no more ARP entries available to query for address or queue the packet. - ERR_MEM Could not queue packet due to memory shortage. - ERR_RTE No route to destination (no gateway to external networks). - ERR_ARG Non-unicast address given, those will not appear in ARP cache.

Notes

q must only be ONE packet, not a packet queue!

References

from examples