TCP_PSH is only used within LwIP.
 
Symbols
loading...
Files
loading...

TCP_PSH macro

Syntax

#define TCP_PSH 0x08U

References

LocationText
tcp.h:75
#define TCP_PSH 0x08U
tcp_in.c:417
if (flags & TCP_PSH) {
tcp_out.c:792
TCPH_SET_FLAG(seg->tcphdr, TCP_PSH);
tcp_out.c:904
if (split_flags & TCP_PSH) {
tcp_out.c:905
split_flags &= ~TCP_PSH;
tcp_out.c:906
remainder_flags |= TCP_PSH;