Searched refs:remainder_flags (Results 1 – 1 of 1) sorted by relevance
846 u8_t remainder_flags; in tcp_split_unsent_seg() local914 remainder_flags = 0; /* ACK added in tcp_output() */ in tcp_split_unsent_seg()918 remainder_flags |= TCP_PSH; in tcp_split_unsent_seg()922 remainder_flags |= TCP_FIN; in tcp_split_unsent_seg()926 …seg = tcp_create_segment(pcb, p, remainder_flags, lwip_ntohl(useg->tcphdr->seqno) + split, optflag… in tcp_split_unsent_seg()