ESP-IDF
transport_socks_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
transport_socks_t
transport_socks_t struct
Syntax
Show:
Summary
Declaration
from
transport_socks_proxy.c:36
typedef
struct
transport_socks_t
{
socks_version_t
version
;
char
*
proxy_address
;
uint16_t
proxy_port
;
socks_authentication_data_t
authentication
;
esp_transport_handle_t
parent
;
}
transport_socks_t
;
Fields
Field
Declared as
transport_socks_t::version
socks_version_t
transport_socks_t::proxy_address
char
*
transport_socks_t::proxy_port
uint16_t
transport_socks_t::authentication
socks_authentication_data_t
transport_socks_t::parent
esp_transport_handle_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
transport_socks_t
{
transport_socks_proxy.c:36
}
transport_socks_t
;
transport_socks_proxy.c:42
transport_socks_t
transport_socks_t
*
socks_transport
=
esp_transport_get_context_data
(
transport
)
;
transport_socks_proxy.c:82
socks_connect()
transport_socks_t
*
socks_transport
=
esp_transport_get_context_data
(
transport
)
;
transport_socks_proxy.c:138
socks_close()
transport_socks_t
*
socks_transport
=
esp_transport_get_context_data
(
transport
)
;
transport_socks_proxy.c:145
socks_write()
transport_socks_t
*
socks_transport
=
esp_transport_get_context_data
(
transport
)
;
transport_socks_proxy.c:151
socks_read()
transport_socks_t
*
socks_transport
=
esp_transport_get_context_data
(
transport
)
;
transport_socks_proxy.c:157
socks_poll_read()
transport_socks_t
*
socks_transport
=
esp_transport_get_context_data
(
transport
)
;
transport_socks_proxy.c:163
socks_poll_write()
transport_socks_t
*
socks_transport
=
esp_transport_get_context_data
(
transport
)
;
transport_socks_proxy.c:172
socks_destroy()
free
(
socks_transport
)
;
transport_socks_proxy.c:177
socks_destroy()
transport_socks_t
*
socks_context
=
calloc
(
1
,
sizeof
(
transport_socks_t
)
)
;
transport_socks_proxy.c:207
esp_transport_socks_proxy_init()
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
transport_socks_t
is allocated by 1 symbol and is freed by 1 symbol:
esp_transport_socks_proxy_init()
All items filtered out
transport_socks_t
socks_destroy()
All items filtered out