ESP-IDF
l2tap_context_t::driver_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
l2tap_context_t::driver_handle
l2tap_context_t::driver_handle field
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:43
l2tap_iodriver_handle
driver_handle
;
Examples
References
from
examples
Code
Location
Referrer
l2tap_iodriver_handle
driver_handle
;
esp_vfs_l2tap.c:43
l2tap_socket
->
driver_free_rx_buffer
(
l2tap_socket
->
driver_handle
,
frame_info
.
buff
)
;
esp_vfs_l2tap.c:127
pop_rx_queue()
if
(
s_l2tap_sockets
[
i
]
.
driver_handle
==
driver_handle
&&
(
s_l2tap_sockets
[
i
]
.
ethtype_filter
==
eth_type
||
esp_vfs_l2tap.c:182
esp_vfs_l2tap_eth_filter()
s_l2tap_sockets
[
i
]
.
driver_free_rx_buffer
(
s_l2tap_sockets
[
i
]
.
driver_handle
,
buff
)
;
esp_vfs_l2tap.c:189
esp_vfs_l2tap_eth_filter()
s_l2tap_sockets
[
fd
]
.
driver_handle
=
NULL
;
esp_vfs_l2tap.c:221
l2tap_open()
if
(
s_l2tap_sockets
[
fd
]
.
driver_transmit
(
s_l2tap_sockets
[
fd
]
.
driver_handle
,
(
void
*
)
data
,
size
)
==
ESP_OK
)
{
esp_vfs_l2tap.c:248
l2tap_write()
if
(
s_l2tap_sockets
[
fd
]
.
driver_handle
==
NULL
)
{
esp_vfs_l2tap.c:350
l2tap_ioctl()
s_l2tap_sockets
[
i
]
.
driver_handle
==
s_l2tap_sockets
[
fd
]
.
driver_handle
&&
esp_vfs_l2tap.c:361
l2tap_ioctl()
s_l2tap_sockets
[
fd
]
.
driver_handle
=
esp_netif_get_io_driver
(
esp_netif
)
;
esp_vfs_l2tap.c:386
l2tap_ioctl()
if
(
(
esp_netif
=
esp_netif_find_if
(
netif_driver_matches
,
s_l2tap_sockets
[
fd
]
.
driver_handle
)
)
!=
NULL
)
{
esp_vfs_l2tap.c:392
l2tap_ioctl()
s_l2tap_sockets
[
fd
]
.
driver_handle
=
set_driver_hdl
;
esp_vfs_l2tap.c:404
l2tap_ioctl()
*
get_driver_hdl
=
s_l2tap_sockets
[
fd
]
.
driver_handle
;
esp_vfs_l2tap.c:409
l2tap_ioctl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
l2tap_context_t::driver_handle
is written by 2 functions and is read by 4 functions:
l2tap_open()
l2tap_ioctl()
All items filtered out
l2tap_context_t::driver_handle
pop_rx_queue()
esp_vfs_l2tap_eth_filter()
l2tap_write()
l2tap_ioctl()
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