lwIP
sockaddr_aligned
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
ESP-IDF Framework and Examples
lwIP
sockaddr_aligned
sockaddr_aligned union
A struct sockaddr replacement that has the same alignment as sockaddr_in/ sockaddr_in6 if instantiated.
Syntax
Show:
Summary
Declaration
from
sockets.c:250
union
sockaddr_aligned
{
struct
sockaddr
sa
;
#if
LWIP_IPV6
struct
sockaddr_in6
sin6
;
#endif
#if
LWIP_IPV4
struct
sockaddr_in
sin
;
#endif
}
;
Fields
Field
Declared as
sockaddr_aligned::sa
struct
sockaddr
sockaddr_aligned::sin6
struct
sockaddr_in6
sockaddr_aligned::sin
struct
sockaddr_in
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