Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/netif/ppp/
A 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()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h105 #define TCP_PSH 0x08U macro
/lk-master/external/lib/lwip/core/
A Dtcp_out.c689 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
A Dtcp.c1675 if (flags & TCP_PSH) { in tcp_debug_print_flags()
A Dtcp_in.c288 if (flags & TCP_PSH) { in tcp_input()

Completed in 16 milliseconds