lwIP
+
0
/2 examples
SourceVu will show references to
netif_get_client_data
from the following samples and libraries:
ESP-IDF
vlan_support sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
netif_get_client_data
netif_get_client_data macro
Get client data. Obtain ID from netif_alloc_client_data_id().
Syntax
Show:
Summary
Declaration
from
netif.h:240
#define
netif_get_client_data
(
netif
,
id
)
(
netif
)
->
client_data
[
(
id
)
]
Arguments
Argument
netif
id
Examples
netif_get_client_data
is referenced by 2 libraries and example projects:
ESP-IDF
vlan_support sample
References
from
0/2
examples
Code
Location
#define
netif_get_client_data
(
netif
,
id
)
(
netif
)
->
client_data
[
(
id
)
]
netif.h:240
port
=
(
bridgeif_port_t
*
)
netif_get_client_data
(
netif
,
bridgeif_netif_client_id
)
;
bridgeif.c:336
#define
netif_dhcp_data
(
netif
)
(
(
struct
dhcp
*
)
netif_get_client_data
(
netif
,
LWIP_NETIF_CLIENT_DATA_INDEX_DHCP
)
)
dhcp.h:155
#define
netif_igmp_data
(
netif
)
(
(
struct
igmp_group
*
)
netif_get_client_data
(
netif
,
LWIP_NETIF_CLIENT_DATA_INDEX_IGMP
)
)
igmp.h:107
#define
netif_mld6_data
(
netif
)
(
(
struct
mld_group
*
)
netif_get_client_data
(
netif
,
LWIP_NETIF_CLIENT_DATA_INDEX_MLD6
)
)
mld6.h:91
#ifdef
netif_get_client_data
netif.c:340
#define
netif_set_client_data
(
netif
,
id
,
data
)
netif_get_client_data
(
netif
,
id
)
=
(
data
)
netif.h:236
#ifdef
netif_get_client_data
netif.h:333
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out