mbedTLS
+
0
/6 examples
SourceVu will show references to
mbedtls_net_context
from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
SSL_Client
SSL_Server
STM324x9I_EVAL
Applications
mbedTLS
SSL_Client
SSL_Server
STM324xG_EVAL
Applications
mbedTLS
SSL_Client
SSL_Server
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_net_context
mbedtls_net_context struct
Wrapper type for sockets. Currently backed by just a file descriptor, but might be more in the future (eg two file descriptors for combined IPv4 + IPv6 support, or additional structures for hand-made UDP demultiplexing).
Syntax
Show:
Summary
Declaration
from
net_sockets.h:87
typedef
struct
mbedtls_net_context
{
int
fd
;
}
mbedtls_net_context
;
Fields
Field
Declared as
Description
mbedtls_net_context::fd
int
The underlying file descriptor.
Related Functions
Found 8 other functions taking a
mbedtls_net_context
argument:
Function
Description
mbedtls_net_free()
Gracefully shutdown the connection and free associated data
mbedtls_net_init()
Initialize a context Just makes the context ready to be used or freed safely.
mbedtls_net_connect()
Initiate a connection with host:port in the given protocol
mbedtls_net_bind()
Create a receiving socket on bind_ip:port in the chosen protocol. If bind_ip == NULL, all interfaces are bound.
mbedtls_net_accept()
Accept a connection from a remote client
mbedtls_net_set_block()
Set the socket blocking
mbedtls_net_set_nonblock()
Set the socket non-blocking
mbedtls_net_poll()
Check and wait for the context to be ready for read/write
Examples
mbedtls_net_context
is referenced by 6 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