ESP-IDF
mqtt_config_storage_t::if_name
is only used within ESP-IDF.
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
ESP-IDF
mqtt_config_storage_t::if_name
mqtt_config_storage_t::if_name field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:102
struct
ifreq
*
if_name
;
Examples
References
from
examples
Code
Location
Referrer
struct
ifreq
*
if_name
;
mqtt_client_priv.h:102
if
(
client
->
config
->
if_name
)
{
mqtt_client.c:322
esp_mqtt_client_create_transport()
esp_transport_tcp_set_interface_name
(
tcp
,
client
->
config
->
if_name
)
;
mqtt_client.c:323
esp_mqtt_client_create_transport()
if
(
client
->
config
->
if_name
)
{
mqtt_client.c:348
esp_mqtt_client_create_transport()
esp_transport_ssl_set_interface_name
(
ssl
,
client
->
config
->
if_name
)
;
mqtt_client.c:349
esp_mqtt_client_create_transport()
client
->
config
->
if_name
=
calloc
(
1
,
sizeof
(
struct
ifreq
)
+
1
)
;
mqtt_client.c:534
esp_mqtt_set_config()
ESP_MEM_CHECK
(
TAG
,
client
->
config
->
if_name
,
goto
_mqtt_set_config_failed
)
;
mqtt_client.c:535
esp_mqtt_set_config()
memcpy
(
client
->
config
->
if_name
,
config
->
network
.
if_name
,
sizeof
(
struct
ifreq
)
)
;
mqtt_client.c:536
esp_mqtt_set_config()
free
(
client
->
config
->
if_name
)
;
mqtt_client.c:645
esp_mqtt_destroy_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_config_storage_t::if_name
is written by 1 function and is read by 3 functions:
esp_mqtt_set_config()
All items filtered out
mqtt_config_storage_t::if_name
esp_mqtt_client_create_transport()
esp_mqtt_set_config()
esp_mqtt_destroy_config()
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