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

etharp_hdr struct

the ARP message, see RFC 826 ("Packet format")

Fields

hwtype

No summary provided. Read more...

proto

No summary provided. Read more...

hwlen

No summary provided. Read more...

protolen

No summary provided. Read more...

opcode

No summary provided. Read more...

shwaddr

No summary provided. Read more...

sipaddr

No summary provided. Read more...

dhwaddr

No summary provided. Read more...

dipaddr

No summary provided. Read more...

References

LocationReferrerScopeText
etharp.h:86
struct etharp_hdr {
etharp.c:643etharp_input()
struct etharp_hdr *hdr;
etharp.c:652etharp_input()
hdr = (struct etharp_hdr *)p->payload;
etharp.c:1109etharp_raw()
struct etharp_hdr *hdr;
etharp.c:1125etharp_raw()
hdr = (struct etharp_hdr *)p->payload;

Type Use

Variables of etharp_hdr type
etharp_input()::hdr
etharp_raw()::hdr
all items filtered out
etharp_hdr