LwIP
tcp_ext_arg_callbacks
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
tcp_ext_arg_callbacks
tcp_ext_arg_callbacks struct
A table of callback functions that is invoked for ext arguments
Syntax
Show:
Summary
Declaration
from
tcp.h:185
struct
tcp_ext_arg_callbacks
{
tcp_extarg_callback_pcb_destroyed_fn
destroy
;
tcp_extarg_callback_passive_open_fn
passive_open
;
}
;
Fields
Field
Declared as
Description
tcp_ext_arg_callbacks::destroy
tcp_extarg_callback_pcb_destroyed_fn
tcp_extarg_callback_pcb_destroyed_fn
.
tcp_ext_arg_callbacks::passive_open
tcp_extarg_callback_passive_open_fn
tcp_extarg_callback_passive_open_fn
.
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