Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/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()
/external/syslinux/gpxe/src/include/gpxe/
Dtcp.h91 #define TCP_PSH 0x08 macro
/external/syslinux/gpxe/src/net/
Dtcp.c150 if ( flags & TCP_PSH ) in tcp_dump_flags()
480 flags |= TCP_PSH; in tcp_xmit()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h104 #define TCP_PSH 0x08U macro
/external/syslinux/core/lwip/src/core/
Dtcp.c1568 if (flags & TCP_PSH) { in tcp_debug_print_flags()
Dtcp_out.c682 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
Dtcp_in.c357 if (flags & TCP_PSH) { in tcp_input()