Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtcp_out.c837 u8_t remainder_flags; in tcp_split_unsent_seg() local
905 remainder_flags = 0; /* ACK added in tcp_output() */ in tcp_split_unsent_seg()
909 remainder_flags |= TCP_PSH; in tcp_split_unsent_seg()
913 remainder_flags |= TCP_FIN; in tcp_split_unsent_seg()
917 …seg = tcp_create_segment(pcb, p, remainder_flags, lwip_ntohl(useg->tcphdr->seqno) + split, optflag… in tcp_split_unsent_seg()