LwIP
+
0
/3 examples
SourceVu will show references to
sockaddr_storage
from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
SSL_Server
STM324x9I_EVAL
Applications
mbedTLS
SSL_Server
STM324xG_EVAL
Applications
mbedTLS
SSL_Server
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
sockaddr_storage
sockaddr_storage struct
Syntax
Show:
Summary
Declaration
from
sockets.h:98
struct
sockaddr_storage
{
u8_t
s2_len
;
sa_family_t
ss_family
;
char
s2_data1
[
2
]
;
u32_t
s2_data2
[
3
]
;
#if
LWIP_IPV6
u32_t
s2_data3
[
3
]
;
#endif
}
;
Fields
Field
Declared as
sockaddr_storage::s2_len
u8_t
sockaddr_storage::ss_family
sa_family_t
sockaddr_storage::s2_data1
char
[
2
]
sockaddr_storage::s2_data2
u32_t
[
3
]
Examples
sockaddr_storage
is referenced by 3 libraries and example projects:
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