Home
last modified time | relevance | path

Searched refs:TCP_PSH (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dvj.c355 if (TCPH_FLAGS(th) & TCP_PSH) { in vj_compress_tcp()
507 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
509 TCPH_UNSET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
/lib/liblwip/src/include/lwip/
Dtcp_impl.h105 #define TCP_PSH 0x08U macro
/lib/liblwip/src/core/
Dtcp_out.c689 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
Dtcp.c1675 if (flags & TCP_PSH) { in tcp_debug_print_flags()
Dtcp_in.c288 if (flags & TCP_PSH) { in tcp_input()