etharp_opcode is only used within LwIP.
 
Symbols
loading...
Files
loading...

etharp_opcode enum

Syntax

enum etharp_opcode {   ARP_REQUEST = 1,   ARP_REPLY   = 2 };

Values

ARP_REQUEST

No summary provided. Read more...

ARP_REPLY

No summary provided. Read more...

References

LocationText
etharp.h:105
enum etharp_opcode {