lwIP
tcp_pcb::errf
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
ESP-IDF Framework and Examples
lwIP
tcp_pcb::errf
tcp_pcb::errf field
Syntax
Show:
Summary
Declaration
from
tcp.h:360
tcp_err_fn
errf
;
Examples
References
from
examples
Code
Location
Referrer
tcp_err_fn
errf
;
tcp.h:360
errf
=
pcb
->
errf
;
tcp.c:597
tcp_abandon()
tcp_err_fn
err_fn
=
pcb
->
errf
;
tcp.c:1396
tcp_slowtmr()
pcb
->
errf
=
err
;
tcp.c:2107
tcp_err()
TCP_EVENT_ERR
(
pcb
->
state
,
pcb
->
errf
,
pcb
->
callback_arg
,
ERR_RST
)
;
tcp_in.c:458
tcp_input()
TCP_EVENT_ERR
(
pcb
->
state
,
pcb
->
errf
,
pcb
->
callback_arg
,
ERR_CLSD
)
;
tcp_in.c:624
tcp_input_delayed_close()
Call Tree
from
examples
tcp_pcb::errf
is called by 2 functions:
tcp_input()
tcp_input_delayed_close()
All items filtered out
tcp_pcb::errf
All items filtered out
Data Use
from
examples
tcp_pcb::errf
is written by 1 function and is read by 4 functions:
tcp_err()
All items filtered out
tcp_pcb::errf
tcp_input()
tcp_input_delayed_close()
tcp_abandon()
tcp_slowtmr()
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