LwIP
IP_PCB
is only used within LwIP.
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
STM32 Libraries and Samples
LwIP
IP_PCB
IP_PCB macro
This is the common part of all PCB types. It needs to be at the beginning of a PCB type definition. It is located here so that changes to this common part are made in one location instead of
Syntax
Show:
Summary
Declaration
from
ip.h:76
#define
IP_PCB
\
\
ip_addr_t
local_ip
;
\
ip_addr_t
remote_ip
;
\
\
u8_t
netif_idx
;
\
\
u8_t
so_options
;
\
\
u8_t
tos
;
\
\
u8_t
ttl
\
\
IP_PCB_NETIFHINT
Examples
References
from
examples
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