ESP-IDF
socks_response
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
socks_response
socks_response struct
Syntax
Show:
Summary
Declaration
from
transport_socks_proxy.c:51
typedef
struct
__attribute
(
(
packed
)
)
socks_response
{
uint8_t
version
;
uint8_t
code
;
uint16_t
destination_port
;
uint32_t
destination_ip
;
}
socks_response_t
;
Fields
Field
Declared as
socks_response::version
uint8_t
socks_response::code
uint8_t
socks_response::destination_port
uint16_t
socks_response::destination_ip
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
__attribute
(
(
packed
)
)
socks_response
{
transport_socks_proxy.c:51
}
socks_response_t
;
transport_socks_proxy.c:56
socks_response_t
socks_response_t
*
response
=
(
socks_response_t
*
)
proxy_response
;
transport_socks_proxy.c:126
socks_connect()
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