lwIP
tcpflags_t
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
tcpflags_t
tcpflags_t
Syntax
Show:
Summary
Declaration
from
tcp.h:206
typedef
u16_t
tcpflags_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
u16_t
tcpflags_t
;
tcp.h:206
tcp_nagle_disable
(
sock
->
conn
->
pcb
.
tcp
)
;
sockets.c:3643
lwip_setsockopt_impl()
tcp_nagle_enable
(
sock
->
conn
->
pcb
.
tcp
)
;
sockets.c:3645
lwip_setsockopt_impl()
tcp_set_flags
(
pcb
,
TF_BACKLOGPEND
)
;
tcp.c:302
tcp_backlog_delayed()
tcp_clear_flags
(
pcb
,
TF_BACKLOGPEND
)
;
tcp.c:325
tcp_backlog_accepted()
tcp_set_flags
(
pcb
,
TF_CLOSEPEND
)
;
tcp.c:451
tcp_close_shutdown_fin()
tcp_set_flags
(
pcb
,
TF_RXCLOSED
)
;
tcp.c:501
tcp_close_ext()
tcp_set_flags
(
pcb
,
TF_RXCLOSED
)
;
tcp.c:532
tcp_shutdown()
tcp_ack_now
(
pcb
)
;
tcp.c:1007
tcp_recved()
tcp_ack_now
(
pcb
)
;
tcp.c:1509
tcp_fasttmr()
tcp_clear_flags
(
pcb
,
TF_ACK_DELAY
|
TF_ACK_NOW
)
;
tcp.c:1511
tcp_fasttmr()
tcp_clear_flags
(
pcb
,
TF_CLOSEPEND
)
;
tcp.c:1516
tcp_fasttmr()
tcp_clear_flags
(
pcb
,
TF_CLOSEPEND
)
;
tcp.c:1836
tcp_handle_closepend()
tcp_ack_now
(
pcb
)
;
tcp.c:2236
tcp_pcb_remove()
tcpflags_t
flags
;
tcp.h:251
tcp_pcb
tcp_pcb::flags
tcp_set_flags
(
pcb
,
TF_CLOSEPEND
)
;
tcp_in.c:556
tcp_input()
tcp_set_flags
(
npcb
,
TF_BACKLOGPEND
)
;
tcp_in.c:686
tcp_listen_input()
tcp_ack_now
(
pcb
)
;
tcp_in.c:786
tcp_timewait_input()
tcp_ack_now
(
pcb
)
;
tcp_in.c:834
tcp_process()
tcp_clear_flags
(
pcb
,
TF_ACK_DELAY
)
;
tcp_in.c:842
tcp_process()
tcp_ack_now
(
pcb
)
;
tcp_in.c:855
tcp_process()
tcp_ack_now
(
pcb
)
;
tcp_in.c:930
tcp_process()
tcp_ack_now
(
pcb
)
;
tcp_in.c:995
tcp_process()
tcp_ack_now
(
pcb
)
;
tcp_in.c:1010
tcp_process()
tcp_ack_now
(
pcb
)
;
tcp_in.c:1021
tcp_process()
tcp_ack_now
(
pcb
)
;
tcp_in.c:1028
tcp_process()
tcp_ack_now
(
pcb
)
;
tcp_in.c:1040
tcp_process()
tcp_clear_flags
(
pcb
,
TF_INFR
)
;
tcp_in.c:1258
tcp_receive()
tcp_clear_flags
(
pcb
,
TF_RTO
)
;
tcp_in.c:1348
tcp_receive()
tcp_clear_flags
(
pcb
,
TF_RTO
)
;
tcp_in.c:1351
tcp_receive()
tcp_ack_now
(
pcb
)
;
tcp_in.c:1472
tcp_receive()
tcp_ack
(
pcb
)
;
tcp_in.c:1666
tcp_receive()
tcp_ack_now
(
pcb
)
;
tcp_in.c:1934
tcp_receive()
tcp_set_flags
(
pcb
,
TF_NAGLEMEMERR
)
;
tcp_out.c:327
tcp_write_checks()
tcp_set_flags
(
pcb
,
TF_NAGLEMEMERR
)
;
tcp_out.c:340
tcp_write_checks()
tcp_set_flags
(
pcb
,
TF_NAGLEMEMERR
)
;
tcp_out.c:800
tcp_write()
tcp_set_flags
(
pcb
,
TF_FIN
)
;
tcp_out.c:1018
tcp_send_fin()
tcp_set_flags
(
pcb
,
TF_NAGLEMEMERR
)
;
tcp_out.c:1081
tcp_enqueue_flags()
tcp_set_flags
(
pcb
,
TF_NAGLEMEMERR
)
;
tcp_out.c:1090
tcp_enqueue_flags()
tcp_set_flags
(
pcb
,
TF_FIN
)
;
tcp_out.c:1122
tcp_enqueue_flags()
tcp_set_flags
(
pcb
,
TF_NAGLEMEMERR
)
;
tcp_out.c:1367
tcp_output()
tcp_clear_flags
(
pcb
,
TF_ACK_DELAY
|
TF_ACK_NOW
)
;
tcp_out.c:1375
tcp_output()
tcp_clear_flags
(
pcb
,
TF_NAGLEMEMERR
)
;
tcp_out.c:1422
tcp_output()
tcp_set_flags
(
pcb
,
TF_RTO
)
;
tcp_out.c:1673
tcp_rexmit_rto_prepare()
tcp_set_flags
(
pcb
,
TF_INFR
)
;
tcp_out.c:1813
tcp_rexmit_fast()
tcp_set_flags
(
pcb
,
TF_ACK_DELAY
|
TF_ACK_NOW
)
;
tcp_out.c:2112
tcp_send_empty_ack()
tcp_set_flags
(
pcb
,
TF_ACK_DELAY
|
TF_ACK_NOW
)
;
tcp_out.c:2127
tcp_send_empty_ack()
tcp_clear_flags
(
pcb
,
TF_ACK_DELAY
|
TF_ACK_NOW
)
;
tcp_out.c:2130
tcp_send_empty_ack()
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
Instance
Scope
Location
Project
tcp_pcb::flags
tcp_pcb
tcp.h:251
Lifecycle
from
examples
All items filtered out
All items filtered out