LwIP
etharp_hdr
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
etharp_hdr
etharp_hdr struct
the ARP message, see RFC 826 ("Packet format")
Syntax
Show:
Summary
Declaration
from
etharp.h:86
struct
etharp_hdr
{
PACK_STRUCT_FIELD
(
u16_t
hwtype
)
;
PACK_STRUCT_FIELD
(
u16_t
proto
)
;
PACK_STRUCT_FLD_8
(
u8_t
hwlen
)
;
PACK_STRUCT_FLD_8
(
u8_t
protolen
)
;
PACK_STRUCT_FIELD
(
u16_t
opcode
)
;
PACK_STRUCT_FLD_S
(
struct
eth_addr
shwaddr
)
;
PACK_STRUCT_FLD_S
(
struct
ip4_addr_wordaligned
sipaddr
)
;
PACK_STRUCT_FLD_S
(
struct
eth_addr
dhwaddr
)
;
PACK_STRUCT_FLD_S
(
struct
ip4_addr_wordaligned
dipaddr
)
;
}
;
Fields
Field
Declared as
etharp_hdr::hwtype
u16_t
etharp_hdr::proto
u16_t
etharp_hdr::hwlen
u8_t
etharp_hdr::protolen
u8_t
etharp_hdr::opcode
u16_t
etharp_hdr::shwaddr
struct
eth_addr
etharp_hdr::sipaddr
struct
ip4_addr_wordaligned
etharp_hdr::dhwaddr
struct
eth_addr
etharp_hdr::dipaddr
struct
ip4_addr_wordaligned
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out