mbedTLS
+
0
/3 examples
SourceVu will show references to
mbedtls_net_init()
from the following samples and libraries:
ESP-IDF
https_mbedtls sample
smtp_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_net_init()
mbedtls_net_init() function
Initialize a context Just makes the context ready to be used or freed safely.
Syntax
Show:
Summary
Declaration
Definition
from
net_sockets.h:100
void
mbedtls_net_init
(
mbedtls_net_context
*
ctx
)
;
Implemented in
net_sockets.c:51
Arguments
Argument
Description
ctx
Context to initialize
Related Functions
Found 9 other functions taking a
mbedtls_net_context
argument:
Function
Description
mbedtls_net_free()
Gracefully shutdown the connection and free associated data
mbedtls_net_connect()
Initiate a connection with host:port in the given protocol
net_would_block()
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
mbedtls_net_close()
Closes down the connection and free associated data
Examples
mbedtls_net_init()
is referenced by 3 libraries and example projects:
ESP-IDF
https_mbedtls sample
smtp_client sample
References
from
0/3
examples
Code
Location
void
mbedtls_net_init
(
mbedtls_net_context
*
ctx
)
net_sockets.c:51
void
mbedtls_net_init
(
mbedtls_net_context
*
ctx
)
;
net_sockets.h:100
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
mbedtls_net_init()
writes 1 variable:
All items filtered out
mbedtls_net_init()
mbedtls_net_context::fd
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out