Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dtcp.h75 #define TCP_PSH 0x08U macro
/third_party/lwip/src/netif/ppp/
Dvj.c387 if (TCPH_FLAGS(th) & TCP_PSH) { in vj_compress_tcp()
540 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
542 TCPH_UNSET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
/third_party/lwip/src/core/
Dtcp_out.c792 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
904 if (split_flags & TCP_PSH) { in tcp_split_unsent_seg()
905 split_flags &= ~TCP_PSH; in tcp_split_unsent_seg()
906 remainder_flags |= TCP_PSH; in tcp_split_unsent_seg()
Dtcp.c2467 if (flags & TCP_PSH) { in tcp_debug_print_flags()
Dtcp_in.c417 if (flags & TCP_PSH) {