Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c833 u8_t split_flags; in tcp_split_unsent_seg() local
901 split_flags = TCPH_FLAGS(useg->tcphdr); in tcp_split_unsent_seg()
904 if (split_flags & TCP_PSH) { in tcp_split_unsent_seg()
905 split_flags &= ~TCP_PSH; in tcp_split_unsent_seg()
908 if (split_flags & TCP_FIN) { in tcp_split_unsent_seg()
909 split_flags &= ~TCP_FIN; in tcp_split_unsent_seg()
935 TCPH_SET_FLAG(useg->tcphdr, split_flags); in tcp_split_unsent_seg()