LwIP
+
0
/29 examples
SourceVu will show references to
netif_get_client_data
from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
STemWin
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
STM324x9I_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Raw
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
STM324xG_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Raw
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
STM32F429ZI-Nucleo
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/2)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
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:237
#define
netif_get_client_data
(
netif
,
id
)
(
netif
)
->
client_data
[
(
id
)
]
Arguments
Argument
netif
id
Examples
netif_get_client_data
is referenced by 29 libraries and example projects:
Examples
STM32469I_EVAL
Demonstrations
STemWin
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
STM324x9I_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Raw
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
STM324xG_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Raw
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
STM32F429ZI-Nucleo
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
References
from
0/29
examples
Code
Location
#define
netif_get_client_data
(
netif
,
id
)
(
netif
)
->
client_data
[
(
id
)
]
netif.h:237
#define
netif_dhcp_data
(
netif
)
(
(
struct
dhcp
*
)
netif_get_client_data
(
netif
,
LWIP_NETIF_CLIENT_DATA_INDEX_DHCP
)
)
dhcp.h:131
#ifdef
netif_get_client_data
netif.c:329
#define
netif_set_client_data
(
netif
,
id
,
data
)
netif_get_client_data
(
netif
,
id
)
=
(
data
)
netif.h:233
#ifdef
netif_get_client_data
netif.h:324
Call Tree
from
0/29
examples
All items filtered out
All items filtered out
Data Use
from
0/29
examples
All items filtered out
All items filtered out
Class Tree
from
0/29
examples
All items filtered out
All items filtered out
Override Tree
from
0/29
examples
All items filtered out
All items filtered out
Implementations
from
0/29
examples
All items filtered out
All items filtered out
Instances
from
0/29
examples
Lifecycle
from
0/29
examples
All items filtered out
All items filtered out